Class: Endo::Matchers::Include

Inherits:
BaseMatcher show all
Defined in:
lib/endo/matchers/include.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseMatcher

#initialize, #matches?

Constructor Details

This class inherits a constructor from Endo::Matchers::BaseMatcher

Instance Attribute Details

#expectedObject (readonly)

Returns the value of attribute expected.



4
5
6
# File 'lib/endo/matchers/include.rb', line 4

def expected
  @expected
end