method
become_hash?
rails latest stable - Class:
ActiveSupport::XMLConverter
become_hash?(value)private
No documentation available.
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 232
def become_hash?(value)
!nothing?(value) && !garbage?(value)
end