class Spec::Matchers::SimpleMatcher

def initialize(description, &match_block)

def initialize(description, &match_block)
  @description = description
  @match_block = match_block
  @failure_message = @negative_failure_message = nil
end