Class: Matchi::Matcher::Eq

Inherits:
Eql
  • Object
show all
Defined in:
lib/matchi/matcher/eq.rb

Overview

Equivalence matcher.

Examples:

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