module Deano
Constants
- VERSION
Attributes
root[RW]
Public Class Methods
template_dir()
click to toggle source
# File lib/deano/commands/command.rb, line 3 def self.template_dir File.expand_path(File.join("..", "..", "..", "template_app"), File.dirname(__FILE__)) end