Libraries
»
matchi-rspec
(1.2.0)
»
Index (E)
»
Matchi
»
Matcher
»
Eq
Class: Matchi::Matcher::Eq
Inherits:
Eql
Object
Eql
Matchi::Matcher::Eq
show all
Defined in:
lib/matchi/matcher/eq.rb
Overview
Equivalence
matcher.
Examples:
eql
=
Matchi
::
Matcher
::
Eql
.
new
(
"
foo
"
)
eql
.
matches?
{
"
foo
"
}
# => true