# File lib/spec/matchers/dsl.rb, line 5
      def define(name, &declarations)
        define_method name do |*expected|
          Spec::Matchers::Matcher.new name, *expected, &declarations
        end
      end