Class: Rubysmith::Builders::Rake
- Inherits:
-
Object
- Object
- Rubysmith::Builders::Rake
- Defined in:
- lib/rubysmith/builders/rake.rb
Overview
Builds project skeleton Rake support.
Class Method Summary collapse
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(configuration, builder: Builder) ⇒ Rake
constructor
A new instance of Rake.
Constructor Details
Class Method Details
.call ⇒ Object
11 |
# File 'lib/rubysmith/builders/rake.rb', line 11 def self.call(...) = new(...).call |
Instance Method Details
#call ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/rubysmith/builders/rake.rb', line 18 def call return configuration unless configuration.build_rake add_binstub add_configuration configuration end |