method
become_hash?
v6.1.7.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 233
def become_hash?(value)
!nothing?(value) && !garbage?(value)
end