Class: Endo::Matchers::Equal
- Inherits:
-
BaseMatcher
- Object
- BaseMatcher
- Endo::Matchers::Equal
- Defined in:
- lib/endo/matchers/equal.rb
Instance Attribute Summary collapse
-
#expected ⇒ Object
readonly
Returns the value of attribute expected.
Method Summary
Methods inherited from BaseMatcher
Constructor Details
This class inherits a constructor from Endo::Matchers::BaseMatcher
Instance Attribute Details
#expected ⇒ Object (readonly)
Returns the value of attribute expected.
4 5 6 |
# File 'lib/endo/matchers/equal.rb', line 4 def expected @expected end |