Range Ruby

range1 = 1..100
puts range1.max
# The output of this code is 100.