Class: TemplateGenerator

Inherits:
Object
  • Object
show all
Defined in:
lib/generate_default_template.rb

Overview

generates template files currently only one template is supported

  • $Author$

  • $Rev$

  • $LastChangedDate$

Instance Method Summary collapse

Constructor Details

#initialize(template) ⇒ TemplateGenerator

Returns a new instance of TemplateGenerator.



10
11
12
13
14
# File 'lib/generate_default_template.rb', line 10

def initialize(template)
  @template = template
  find_files
  copy_files_to_current_path
end