Method: Bolt::Module#initialize
- Defined in:
- lib/bolt/module.rb
#initialize(name, path) ⇒ Module
Returns a new instance of Module.
35 36 37 38 |
# File 'lib/bolt/module.rb', line 35 def initialize(name, path) @name = name @path = path end |