method
new
1.1.12 -
Show latest stable
- Class:
Spec::Matchers::Include
new(*expecteds)public
No documentation available.
# File lib/spec/matchers/include.rb, line 6
def initialize(*expecteds)
@expecteds = expecteds
end