method
example_method?
1.3.1 -
Show latest stable
- Class:
Test::Unit::TestCase
example_method?(method_name)public
No documentation available.
# 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