class Metamorpher::Matcher::NoMatch

Public Instance Methods

combine(_) click to toggle source
# File lib/metamorpher/matcher/no_match.rb, line 13
def combine(_)
  NoMatch.new
end
matches?() click to toggle source
# File lib/metamorpher/matcher/no_match.rb, line 9
def matches?
  false
end