method
compact
rails latest stable - Class:
ActiveSupport::HashWithIndifferentAccess
compact()public
No documentation available.
# File activesupport/lib/active_support/hash_with_indifferent_access.rb, line 375
def compact
dup.tap(&:compact!)
end