class Commands
Attributes
project_name[R]
Public Instance Methods
init(project_name)
click to toggle source
# File lib/devutils.rb, line 20 def init(project_name) @project_name = project_name Commands.source_root(File.expand_path('../..', __FILE__)) directory('template', project_name) end