Method: Rodbot::Generator#initialize
- Defined in:
- lib/rodbot/generator.rb
permalink #initialize(templates_path) ⇒ Generator
Returns a new instance of Generator.
33 34 35 36 37 |
# File 'lib/rodbot/generator.rb', line 33 def initialize(templates_path) @templates_path = templates_path @helpers_binding = Helpers.new.instance_eval('binding') @pastel = Pastel.new end |