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