Class: Rubysmith::Builders::Git::Safe
- Inherits:
-
Object
- Object
- Rubysmith::Builders::Git::Safe
- Defined in:
- lib/rubysmith/builders/git/safe.rb
Overview
Initializes project skeleton with Git Safe support.
Class Method Summary collapse
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(configuration, builder: Builder) ⇒ Safe
constructor
A new instance of Safe.
Constructor Details
Class Method Details
.call ⇒ Object
12 |
# File 'lib/rubysmith/builders/git/safe.rb', line 12 def self.call(...) = new(...).call |
Instance Method Details
#call ⇒ Object
19 20 21 22 23 24 |
# File 'lib/rubysmith/builders/git/safe.rb', line 19 def call return configuration unless configuration.build_git builder.call(configuration.merge(template_path: "%project_name%/.git/safe")).make_path configuration end |