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