= private = protected
end()
Returns the object that defines the end of rng.
(1..10).end #=> 10 (1...10).end #=> 10
static VALUE range_end(VALUE range) { return RANGE_END(range); }