class Fear::Extractor::IdentifierMatcher

Public Instance Methods

bindings(other) click to toggle source
# File lib/fear/extractor/identifier_matcher.rb, line 13
def bindings(other)
  { name => other }
end
defined_at?(_) click to toggle source

@!attribute name

@return [Types::Strict::Symbol]
# File lib/fear/extractor/identifier_matcher.rb, line 9
def defined_at?(_)
  true
end