module Spec::Matchers::DSL
def create(name, &declarations)
def create(name, &declarations) Spec.deprecate("Spec::Matchers.create","Spec::Matchers.define") define(name, &declarations) end
def create(name, &declarations) Spec.deprecate("Spec::Matchers.create","Spec::Matchers.define") define(name, &declarations) end