class Hoist::ProjectGenerator

Public Class Methods

source_root() click to toggle source
# File lib/hoist/project_generator.rb, line 12
def self.source_root
  File.dirname(__FILE__)
end

Public Instance Methods

create_fastfile() click to toggle source
# File lib/hoist/project_generator.rb, line 16
def create_fastfile
  template('templates/fastfile.tt', "Fastfile")
end