method
included
rspec latest stable - Class:
Spec::Example::SharedExampleGroup
included(mod)public
No documentation available.
# File lib/spec/example/shared_example_group.rb, line 54
def included(mod) # :nodoc:
mod.module_eval(&@example_group_block)
end