method
become_array?
rails latest stable - Class:
ActiveSupport::XMLConverter
become_array?(value)private
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 222
def become_array?(value)
value["type"] == "array"
end