# File lib/spec/example/shared_example_group.rb, line 15 def clear shared_example_groups.clear end
# File lib/spec/example/shared_example_group.rb, line 23 def count shared_example_groups.length end
# File lib/spec/example/shared_example_group.rb, line 11 def find(example_group_description) shared_example_groups.find {|b| b.description == example_group_description} end
Generated with the Darkfish Rdoc Generator 2.