class Diffy::Diff

Public Instance Methods

diff_options() click to toggle source

monkey patch diffy to fix buggy bug: github.com/samg/diffy/pull/103

# File lib/bootic_cli/themes/updated_theme.rb, line 6
def diff_options
  Array(options[:context] ? "-U#{options[:context]}" : options[:diff])
end