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