Module: SaveYourDosh

Extended by:
SaveYourDosh
Included in:
SaveYourDosh
Defined in:
lib/save_your_dosh.rb

Overview

The namespace

Defined Under Namespace

Classes: Config, Mangler, NewRelic

Constant Summary collapse

VERSION =
'1.0.0'

Instance Method Summary collapse

Instance Method Details

#configObject



14
15
16
# File 'lib/save_your_dosh.rb', line 14

def config
  @config ||= Config.new
end

#mangle!Object



18
19
20
21
22
# File 'lib/save_your_dosh.rb', line 18

def mangle!
  mangler ||= Mangler.new
  mangler.mangle_dynos!
  mangler.mangle_workers!
end