Class: Foreplay::Setup
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Foreplay::Setup
- Includes:
- Thor::Actions
- Defined in:
- lib/foreplay/setup.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
24 25 26 |
# File 'lib/foreplay/setup.rb', line 24 def self.source_root File.dirname(__FILE__) end |
Instance Method Details
#config ⇒ Object
28 29 30 |
# File 'lib/foreplay/setup.rb', line 28 def config template('setup/foreplay.yml', 'config/foreplay.yml') end |