Class: Slugforge::BuildCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/slugforge/commands.rb

Class Method Summary collapse

Methods inherited from Command

#initialize, start

Methods included from Helper

included

Constructor Details

This class inherits a constructor from Slugforge::Command

Class Method Details

.inherited(base) ⇒ Object



113
114
115
# File 'lib/slugforge/commands.rb', line 113

def self.inherited(base)
  base.source_root templates_dir
end