Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
ruby-2.6
/
usr
/
share
/
ri
/
2.6.0
/
system
/
Integer
/
//proc/thread-self/root/opt/ruby-2.6/usr/share/ri/2.6.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