class Fear::Extractor::AnyMatcher

Always match, E.g. `_ : Integer` without capturing variable

Public Instance Methods

bindings(_) click to toggle source
# File lib/fear/extractor/any_matcher.rb, line 12
def bindings(_)
  Utils::EMPTY_HASH
end
defined_at?(_other) click to toggle source
# File lib/fear/extractor/any_matcher.rb, line 8
def defined_at?(_other)
  true
end