Array Ruby

q1 = %w[ January February March ]
q1.first 2 # => ["January", "February"]
q1.last 0 # => [] not particularly useful