Flowdock
method

new

Importance_0
new(mod, target=nil) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/module_inclusion_warnings.rb, line 9
        def initialize(mod, target=nil)
          @mod = mod
          @target = target
        end
Register or log in to add new notes.