Matchi::Matcher::Eql
Equivalence matcher.
@example
eql = Matchi::Matcher::Eql.new("foo") eql.matches? { "foo" } # => true