Class: Diffy::Diff
- Inherits:
-
Object
- Object
- Diffy::Diff
- Defined in:
- lib/bootic_cli/themes/updated_theme.rb
Instance Method Summary collapse
-
#diff_options ⇒ Object
monkey patch diffy to fix buggy bug: github.com/samg/diffy/pull/103.
Instance Method Details
#diff_options ⇒ Object
monkey patch diffy to fix buggy bug: github.com/samg/diffy/pull/103
6 7 8 |
# File 'lib/bootic_cli/themes/updated_theme.rb', line 6 def Array([:context] ? "-U#{[:context]}" : [:diff]) end |