method
after_all_parts
1.3.1 -
Show latest stable
- Class:
Spec::Example::ExampleGroupHierarchy
after_all_parts()public
No documentation available.
# File lib/spec/example/example_group_hierarchy.rb, line 40
def after_all_parts
@after_all_parts ||= reverse.collect {|klass| klass.after_all_parts}.flatten
end