someRubyNumbers = (1..5) // gives me a Ruby Range object which contains the Ints 1, 2, 3, 4 and 5