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