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