# File lib/backports/1.9.1/string/try_convert.rb, line 4
  def String.try_convert(x)
    Backports.try_convert(x, String, :to_str)
  end