# File lib/active_support/core_ext/string/access.rb, line 22 def from(position) chars[position..-1].to_s end