Class: Hash
- Inherits:
 - 
      Object
      
        
- Object
 - Hash
 
 
- Defined in:
 - lib/comagic_client.rb
 
Instance Method Summary collapse
Instance Method Details
#not_nils! ⇒ Object
      4 5 6  | 
    
      # File 'lib/comagic_client.rb', line 4 def not_nils! reject! { |k,v| v.nil? } end  |