# File lib/backports/tools/arguments.rb, line 27
  def self.coerce_to_str(obj)
    coerce_to(obj, String, :to_str)
  end