method
become_hash?
v4.2.7 -
Show latest stable
- Class:
ActiveSupport::XMLConverter
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