# File lib/backports/tools/arguments.rb, line 35
  def self.coerce_to_options(obj, *options)
    hash = coerce_to_hash(obj)
    hash.values_at(*options)
  end