method
inherited
1.1.4 -
Show latest stable
- Class:
Spec::Example::ExampleGroupMethods
inherited(klass)public
No documentation available.
# File lib/spec/example/example_group_methods.rb, line 16
def inherited(klass)
super
klass.register {}
Spec::Runner.register_at_exit_hook
end