= private = protected
begin()
Returns the object that defines the beginning of the range.
(1..10).begin #=> 1
static VALUE range_begin(VALUE range) { return RANGE_BEG(range); }