module SafetyRazor::Slice::TagMatcher::KeyReaderMethod

Overrides a Hash method collision with the tag matcher attribute of ‘key’.

Public Instance Methods

key() click to toggle source
# File lib/safety_razor/slice/tag_matcher.rb, line 58
def key
  self["key"]
end