Class: Rubysmith::Builders::Core
- Defined in:
- lib/rubysmith/builders/core.rb
Overview
Builds project skeleton core structure and minimum file support.
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Rubysmith::Builders::Abstract
Instance Method Details
#call ⇒ Object
13 14 15 16 17 |
# File 'lib/rubysmith/builders/core.rb', line 13 def call render_implementation render_specification true end |