Class: Rubysmith::Builders::GitHub::Template

Inherits:
Abstract
  • Object
show all
Defined in:
lib/rubysmith/builders/git_hub/template.rb

Overview

Builds project skeleton GitHub templates.

Instance Method Summary collapse

Methods inherited from Abstract

#initialize

Constructor Details

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

Instance Method Details

#callObject



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