Mini Shell
--- !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
Zerion Mini Shell 1.0