Class: Hanamismith::Builders::Rake::Configuration

Inherits:
Rubysmith::Builders::Rake::Configuration
  • Object
show all
Defined in:
lib/hanamismith/builders/rake/configuration.rb

Overview

Builds project skeleton Rake configuration file.

Instance Method Summary collapse

Instance Method Details

#callObject



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

def call
  return false unless settings.build_rake

  super
  process
  true
end