class MatchData

Public Instance Methods

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