method
new
1.2.8 -
Show latest stable
- Class:
Spec::Matchers::Has
new(expected, *args)public
No documentation available.
# File lib/spec/matchers/has.rb, line 6
def initialize(expected, *args)
@expected, @args = expected, args
end