# File lib/backports/tools/arguments.rb, line 44 def self.is_array?(obj) coerce_to(obj, Array, :to_ary) if obj.respond_to? :to_ary end