Class: Hanzo::Config

Inherits:
Base
  • Object
show all
Defined in:
lib/hanzo/modules/config.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#extract_argument, #initialize

Constructor Details

This class inherits a constructor from Hanzo::Base

Instance Method Details

#compareObject



4
5
6
7
8
9
10
# File 'lib/hanzo/modules/config.rb', line 4

def compare
  Hanzo.title "Fetching environment variables"
  fetch_variables

  Hanzo.title "Comparing environment variables"
  compare_variables
end