class SimplyGenius::Atmos::Commands::New

Public Class Methods

description() click to toggle source
# File lib/simplygenius/atmos/commands/new.rb, line 9
def self.description
  "Sets up a new atmos project in the current directory"
end

Public Instance Methods

execute() click to toggle source
# File lib/simplygenius/atmos/commands/new.rb, line 13
def execute
  template_list << "new"
  super
end