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::BlankLine o;
; [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