method

method_missing

rspec latest stable - Class: Spec::Runner::Formatter::NOOPMethodMissing
method_missing(sym, *args)
private

No documentation available.

# File lib/spec/runner/formatter/no_op_method_missing.rb, line 15
        def method_missing(sym, *args)
          # a no-op
        end