Flowdock
method

example_method?

Importance_0
example_method?(method_name) public

No documentation

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

Hide source
# File lib/spec/interop/test/unit/testcase.rb, line 29
      def self.example_method?(method_name)
        should_method?(method_name) || test_method?(method_name)
      end
Register or log in to add new notes.