method

new

1.1.12 - Show latest stable - Class: Spec::Matchers::Be
new(*args)
public

No documentation available.

# File lib/spec/matchers/be.rb, line 5
      def initialize(*args)
        @expected = args.empty? ? true : set_expected(args.shift)
        @args = args
      end