Range.new(begin, end, exclude_end=false) â rng
Class Public methods
Constructs a range using the given begin and end.
If the exclude_end parameter is omitted or is
false, the rng will include the end object;
otherwise, it will be excluded.
Please login to continue.