class Hash

Public Instance Methods

matched?(key) click to toggle source
# File lib/datte/dattetime.rb, line 115
def matched?(key)
  self.keys.include?(key)
end