--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Constructs a range using the given start and end. If the third parameter is omitted or is false, the range will include the end object; otherwise, it will be excluded.
full_name: Range::new
is_singleton: true
name: new
params: |
Range.new(start, end, exclusive=false) => range
visibility: public