method

become_hash?

become_hash?(value)
private

No documentation available.

# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 212
      def become_hash?(value)
        !nothing?(value) && !garbage?(value)
      end