Flowdock
method

method_missing

Importance_0
method_missing(sym, *args) private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/formatter/no_op_method_missing.rb, line 15
        def method_missing(sym, *args)
          # a no-op
        end
Register or log in to add new notes.