rng.end â obj
Instance Public methods
Returns the object that defines the end of the range.
1 2 | ( 1 .. 10 ). end #=> 10 ( 1 ... 10 ). end #=> 10 |
Returns the object that defines the end of the range.
1 2 | ( 1 .. 10 ). end #=> 10 ( 1 ... 10 ). end #=> 10 |
Designed by : w10schools
service@w10schools.com
Please login to continue.