# File lib/active_support/core_ext/string/conversions.rb, line 28
  def ord
    self[0]
  end