Class: Rubysmith::Builders::Core

Inherits:
Abstract
  • Object
show all
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

#initialize

Constructor Details

This class inherits a constructor from Rubysmith::Builders::Abstract

Instance Method Details

#callObject



13
14
15
16
17
# File 'lib/rubysmith/builders/core.rb', line 13

def call
  render_implementation
  render_specification
  true
end