class Mutant::Matcher::Method::Metaclass

plumbing will be in place in the subject for that to work
work for methods defined like class << obj, but I don’t think the
i.e. ones defined using class << self or class << CONSTANT. It might??
Matcher for metaclass methods

def self.new(scope:, target_method:)

Returns:
  • (Matcher::Method::Singleton) -
def self.new(scope:, target_method:)
  super(scope:, target_method:, evaluator: Evaluator)
end