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