APIdock / Ruby
/
method

begin

ruby latest stable - Class: Range
begin()
public

Returns the object that defines the beginning of the range.

(1..10).begin  #=> 1
static VALUE
range_begin(VALUE range)
{
 return RANGE_BEG(range);
}

AltStyle によって変換されたページ (->オリジナル) /