method
new
1.2.8 -
Show latest stable
- Class:
Spec::Matchers::Be
new(*args)public
No documentation available.
# File lib/spec/matchers/be.rb, line 7
def initialize(*args)
@expected = args.empty? ? true : set_expected(args.shift)
@args = args
@comparison_method = nil
end