method

new

new(sym, *args)
public

No documentation available.

# File lib/spec/matchers/has.rb, line 5
      def initialize(sym, *args)
        @sym = sym
        @args = args
      end