D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Fixnum
/
Filename :
to_s-i.yaml
back
Copy
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns a string containing the representation of <em>fix</em> radix <em>base</em> (between 2 and 36). - !ruby/struct:SM::Flow::VERB body: " 12345.to_s #=> "12345"\n 12345.to_s(2) #=> "11000000111001"\n 12345.to_s(8) #=> "30071"\n 12345.to_s(10) #=> "12345"\n 12345.to_s(16) #=> "3039"\n 12345.to_s(36) #=> "9ix"\n" full_name: Fixnum#to_s is_singleton: false name: to_s params: | fix.to_s( base=10 ) -> aString visibility: public