Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/datte/dattetime.rb
Instance Method Summary collapse
Instance Method Details
#matched?(key) ⇒ Boolean
107 108 109 |
# File 'lib/datte/dattetime.rb', line 107 def matched?(key) self.keys.include?(key) end |