Sha256: 378f186a023b109d6ea942c076d72381991f8a9d51e813bfcd0281f8287124f0
Contents?: true
Size: 1.76 KB
Versions: 12
Compression:
Stored size: 1.76 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: to_s:@docstringIC:YARD::Docstring")Returns a string containing the representation of <i>fix</i> radix <i>base</i> (between 2 and 36). 12345.to_s #=> "12345" 12345.to_s(2) #=> "11000000111001" 12345.to_s(8) #=> "30071" 12345.to_s(10) #=> "12345" 12345.to_s(16) #=> "3039" 12345.to_s(36) #=> "9ix" :@objectu:YARD::StubProxyFixnum#to_s: @summary0: @all"FReturns a string containing the representation of <i>fix</i> radix <i>base</i> (between 2 and 36). 12345.to_s #=> "12345" 12345.to_s(2) #=> "11000000111001" 12345.to_s(8) #=> "30071" 12345.to_s(10) #=> "12345" 12345.to_s(16) #=> "3039" 12345.to_s(36) #=> "9ix" @overload to_s( base=10 ):@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Fixnum#to_s;;;IC; "