Module: Chamber::Commands::Comparable

Included in:
Compare, Heroku::Compare
Defined in:
lib/chamber/commands/comparable.rb

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
# File 'lib/chamber/commands/comparable.rb', line 12

def call
  system("git diff --no-index #{first_settings_file} #{second_settings_file}")
end

#initialize(options = {}) ⇒ Object



6
7
8
9
10
# File 'lib/chamber/commands/comparable.rb', line 6

def initialize(options = {})
  super

  self.keys_only = options[:keys_only]
end