Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
Numeric
/
//opt/alt/ruby27/share/ri/system/Numeric/coerce-i.ri
U:RDoc::AnyMethod[iI"coerce:ETI"Numeric#coerce;TF:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I">If +numeric+ is the same type as +num+, returns an array ;TI"H<code>[numeric, num]</code>. Otherwise, returns an array with both ;TI"6+numeric+ and +num+ represented as Float objects.;To:RDoc::Markup::BlankLine o; ; [I"JThis coercion mechanism is used by Ruby to handle mixed-type numeric ;TI"Qoperations: it is intended to find a compatible common type between the two ;TI"operands of the operator.;T@o:RDoc::Markup::Verbatim; [I"$1.coerce(2.5) #=> [2.5, 1.0] ;TI"$1.2.coerce(3) #=> [3.0, 1.2] ;TI"1.coerce(2) #=> [2, 1];T:@format0: @fileI"numeric.c;T:0@omit_headings_from_table_of_contents_below0I"$num.coerce(numeric) -> array ;T0[ I" (p1);T@FI"Numeric;TcRDoc::NormalClass00