class Matchi::Matcher::Eq

Equivalence matcher.

@example

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