# File lib/backports/1.9.1/string.rb, line 16
  def chr
    chars.first || ""
  end