method

become_array?

become_array?(value)
private

No documentation available.

# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 202
      def become_array?(value)
        value['type'] == 'array'
      end