method
inherited
1.3.1 -
Show latest stable
- Class:
Spec::Example::ExampleGroupMethods
inherited(klass)public
No documentation available.
# File lib/spec/example/example_group_methods.rb, line 28
def inherited(klass) # :nodoc:
super
ExampleGroupFactory.register_example_group(klass)
end