= private = protected
define(name, &declarations)
See Spec::Matchers
# 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