Class: Rubysmith::Builders::GitHub::Template
- Defined in:
- lib/rubysmith/builders/git_hub/template.rb
Overview
Builds project skeleton GitHub templates.
Instance Method Summary collapse
Methods inherited from Abstract
Constructor Details
This class inherits a constructor from Rubysmith::Builders::Abstract
Instance Method Details
#call ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/rubysmith/builders/git_hub/template.rb', line 12 def call return false unless settings.build_git_hub builder.call(with_issue).render builder.call(with_code_review).render true end |