Class: Hanamismith::Builders::Git::Ignore

Inherits:
Rubysmith::Builders::Git::Ignore
  • Object
show all
Defined in:
lib/hanamismith/builders/git/ignore.rb

Overview

Builds project skeleton Git ignore.

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
15
16
17
18
# File 'lib/hanamismith/builders/git/ignore.rb', line 12

def call
  return false unless settings.build_git

  super
  add_entries
  true
end