Module: Monolith

Defined in:
lib/monolith/locations/path.rb,
lib/monolith.rb,
lib/monolith/version.rb,
lib/monolith/commands.rb,
lib/monolith/berksfile.rb,
lib/monolith/formatter.rb,
lib/monolith/gitexclude.rb,
lib/monolith/locations/git.rb,
lib/monolith/locations/base.rb,
lib/monolith/locations/github.rb,
lib/monolith/locations/default.rb

Overview

Default location aka community/supermarket cookbook

Defined Under Namespace

Classes: BaseLocation, Berksfile, Command, DefaultLocation, Formatter, GitExclude, GitLocation, GithubLocation, PathLocation

Constant Summary collapse

VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.formatterObject



9
10
11
# File 'lib/monolith.rb', line 9

def self.formatter
  @formatter ||= Monolith::Formatter.new
end