method

new

rspec latest stable - Class: Spec::Matchers::OperatorMatcher
new(actual)
public

No documentation available.

# File lib/spec/matchers/operator_matcher.rb, line 25
      def initialize(actual)
        @actual = actual
      end