# File lib/backports/tools/arguments.rb, line 23
  def self.coerce_to_ary(obj)
    coerce_to(obj, Array, :to_ary)
  end