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