Class: Rubysmith::Builders::Setup
- Defined in:
- lib/rubysmith/builders/setup.rb
Overview
Builds project skeleton setup script.
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Rubysmith::Builders::Abstract
Instance Method Details
#call ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/rubysmith/builders/setup.rb', line 11 def call return false unless settings.build_setup builder.call(settings.merge(template_path: "%project_name%/bin/setup.erb")) .render .permit 0o755 true end |