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