Method: Code::Object::Dictionary#code_compact
- Defined in:
- lib/code/object/dictionary.rb
#code_compact ⇒ Object
202 203 204 |
# File 'lib/code/object/dictionary.rb', line 202 def code_compact self.class.new(raw.dup.delete_if { |_, value| value.falsy? }) end |