Ruby - Operators and Expressions
You want to create a Ruby method that returns all numbers from 1 up to but not including a given number
n. Which range operator should you use inside the method to achieve this?