Module: Chamber::Commands::Comparable

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

Instance Method Summary collapse

Instance Method Details

#callObject



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

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

#initialize(options = {}) ⇒ Object



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

def initialize(options = {})
  super

  self.keys_only = options[:keys_only]
end