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