Class: PVN::Diff::WhitespaceOption

Inherits:
Synoption::BooleanOption
  • Object
show all
Defined in:
lib/pvn/diff/options.rb

Instance Method Summary collapse

Constructor Details

#initialize(optargs = Hash.new) ⇒ WhitespaceOption

Returns a new instance of WhitespaceOption.



11
12
13
# File 'lib/pvn/diff/options.rb', line 11

def initialize optargs = Hash.new
  super :whitespace, '-w', 'ignore all whitespace', false
end