instance method
compact
Ruby on Rails 7.1.6
Since v4.2.9Signature
compact()
No documentation comment.
Source
# File activesupport/lib/active_support/hash_with_indifferent_access.rb, line 375
def compact
dup.tap(&:compact!)
end
Defined in activesupport/lib/active_support/hash_with_indifferent_access.rb line 375
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::HashWithIndifferentAccess