Class: DeployCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/dew/commands/deploy.rb

Instance Method Summary collapse

Instance Method Details

#template(filename) ⇒ Object



9
10
11
# File 'lib/dew/commands/deploy.rb', line 9

def template filename
  File.join(File.dirname(__FILE__), 'deploy', 'templates', filename)
end