/* * call-seq: * rng.begin => obj * * Returns the first object in <i>rng</i>. */ static VALUE range_begin(VALUE range) { return RANGE_BEG(range); }