method
new
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
new(description, &match_block)
public
Hide source
# File lib/spec/matchers/simple_matcher.rb, line 6 def initialize(description, &match_block) @description = description @match_block = match_block @failure_message = @negative_failure_message = nil end