# File lib/active_support/core_ext/array/access.rb, line 18
  def to(position)
    self[0..position]
  end