HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/Integer/to_s-i.ri
U:RDoc::AnyMethod[iI"	to_s:ETI"Integer#to_s;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"IReturns a string containing the place-value representation of +int+ ;TI"*with radix +base+ (between 2 and 36).;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I""12345.to_s       #=> "12345"
;TI"+12345.to_s(2)    #=> "11000000111001"
;TI""12345.to_s(8)    #=> "30071"
;TI""12345.to_s(10)   #=> "12345"
;TI"!12345.to_s(16)   #=> "3039"
;TI" 12345.to_s(36)   #=> "9ix"
;TI"-78546939656932.to_s(36)  #=> "rubyrules";T:@format0:
@fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"#int.to_s(base=10)  ->  string
;T0[[I"inspect;To;;	[;@;0I"(*args);T@FI"Integer;TcRDoc::NormalClass00