Class: PVN::Seek::RemovedOption

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

Instance Method Summary collapse

Constructor Details

#initialize(optargs = Hash.new) ⇒ RemovedOption

Returns a new instance of RemovedOption.



18
19
20
21
# File 'lib/pvn/seek/options.rb', line 18

def initialize optargs = Hash.new
  opts = Hash.new
  super :removed, '-M', 'find where the pattern did not match', false, opts
end