Flowdock
method

method_missing

Importance_0
method_missing(sym, *args, &block) public

No documentation

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

Hide source
# File lib/spec/runner/formatter/story/plain_text_formatter.rb, line 162
          def method_missing(sym, *args, &block) #:nodoc:
            # noop - ignore unknown messages
          end
Register or log in to add new notes.