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/digits-i.ri
U:RDoc::AnyMethod[iI"digits:ETI"Integer#digits;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph;	[	I">Returns the digits of +int+'s place-value representation ;TI"&with radix +base+ (default: 10). ;TI"JThe digits are returned as an array with the least significant digit ;TI" as the first array element.;To:RDoc::Markup::BlankLineo;
;	[I"/+base+ must be greater than or equal to 2.;T@o:RDoc::Markup::Verbatim;	[
I"+12345.digits      #=> [5, 4, 3, 2, 1]
;TI"+12345.digits(7)   #=> [4, 6, 6, 0, 5]
;TI"'12345.digits(100) #=> [45, 23, 1]
;TI"
;TI",-12345.digits(7)  #=> Math::DomainError;T:@format0:
@fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"=int.digits        ->  array
int.digits(base)  ->  array
;T0[I"(*args);T@FI"Integer;TcRDoc::NormalClass00