Method: BDDSM::EqualMatcher#initialize
- Defined in:
- lib/bddsm/equal_matcher.rb
#initialize(expected:, location:) ⇒ EqualMatcher
Returns a new instance of EqualMatcher.
3 4 5 6 |
# File 'lib/bddsm/equal_matcher.rb', line 3 def initialize(expected:, location:) @expected = expected @location = location end |