method
include?
1.3.0 -
Show latest stable
- Class:
Spec::Example::SharedExampleGroup::ClassMethods
include?(group)public
No documentation available.
# File lib/spec/example/shared_example_group.rb, line 19
def include?(group)
shared_example_groups.include?(group)
end