method
notify
1.2.0 -
Show latest stable
- Class:
Spec::Example::ExampleGroupMethods
notify(listener)public
No documentation available.
# File lib/spec/example/example_group_methods.rb, line 116
def notify(listener) # :nodoc:
listener.add_example_group(self)
end