# File lib/rspec/matchers/matcher.rb, line 58
      def define_method(name, &block)
        singleton_class.__send__(:define_method, name, &block)
      end