File: C:/Ruby27-x64/share/ri/2.7.0/system/Integer/remainder-i.ri
U:RDoc::AnyMethod[iI"remainder:ETI"Integer#remainder;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Returns the remainder after dividing +int+ by +numeric+.;To:RDoc::Markup::BlankLine o;
; [I"G<code>x.remainder(y)</code> means <code>x-y*(x/y).truncate</code>.;T@o:RDoc::Markup::Verbatim; [
I"5.remainder(3) #=> 2
;TI"-5.remainder(3) #=> -2
;TI"5.remainder(-3) #=> 2
;TI"-5.remainder(-3) #=> -2
;TI" 5.remainder(1.5) #=> 0.5
;T:@format0o;
; [I"See Numeric#divmod.;T:
@fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"&int.remainder(numeric) -> real
;T0[ I" (p1);T@FI"Integer;TcRDoc::NormalClass00