U:RDoc::AnyMethod[iI"min:ETI"Range#min;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [I"HReturns the minimum value in the range. Returns +nil+ if the begin ;TI"Gvalue of the range is larger than the end value. Returns +nil+ if ;TI"Ethe begin value of an exclusive range is equal to the end value.;To:RDoc::Markup::BlankLineo; ; [I"GCan be given an optional block to override the default comparison ;TI"!method a <=> b.;T@o:RDoc::Markup::Verbatim; [I"(10..20).min #=> 10;T: @format0: @fileI" range.c;T:0@omit_headings_from_table_of_contents_below0I"˜rng.min -> obj rng.min {| a,b | block } -> obj rng.min(n) -> array rng.min(n) {| a,b | block } -> array ;T0[I" (*args);T@FI" Range;TcRDoc::NormalClass00