Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/ext/hash.rb
Instance Method Summary collapse
-
#to_conditions ⇒ Object
Extends Hash with a convenience method to HashToConditions::HashHelper.
Instance Method Details
#to_conditions ⇒ Object
Extends Hash with a convenience method to HashToConditions::HashHelper
6 7 8 |
# File 'lib/ext/hash.rb', line 6 def to_conditions HashToConditions::HashHelper.new(self).to_conditions end |