method
new
rspec latest stable - Class:
Spec::Example::ModuleInclusionWarnings::MethodDispatcher
new(mod, target=nil)public
No documentation available.
# File lib/spec/example/module_inclusion_warnings.rb, line 9
def initialize(mod, target=nil)
@mod = mod
@target = target
end