class RSpec::Matchers::DSL::Matcher

def singleton_class

def singleton_class
  class << self; self; end
end