Class: Endo::Matchers::Include
- Inherits:
-
BaseMatcher
- Object
- BaseMatcher
- Endo::Matchers::Include
- Defined in:
- lib/endo/matchers/include.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/include.rb', line 4 def expected @expected end |