method
become_hash?
v8.0.0 -
Show 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