Sha256: 07afd779490fc0855aed5ea91aaaeb94fe2fc8bc643671945c9e3ceb23d6f5e3
Contents?: true
Size: 1.91 KB
Versions: 12
Compression:
Stored size: 1.91 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI"Fixnum#to_s:EF:@parameters[ :@files[[I"numeric.c;T0:@current_file_has_commentsF: @name: to_s:@source_type:c: @tags[ :@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";F:@objectIu:YARD::StubProxyFixnum#to_s;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"to_s(base=10);F;IC;"