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