method
new

new(*args)
public
Hide source
# File lib/spec/matchers/be.rb, line 5 def initialize(*args) if args.empty? @expected = :satisfy_if else @expected = parse_expected(args.shift) end @args = args @comparison = "" end