method
===
1.1.4 -
Show latest stable
-
0 notes -
Class: Spec::Matchers::BaseOperatorMatcher
- 1.1.4 (0)
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
===(expected)
public
Hide source
# File lib/spec/matchers/operator_matcher.rb, line 15 def ===(expected) @expected = expected __delegate_method_missing_to_target("===", expected) end