Class: Glark::SkipPathOption

Inherits:
PathOption show all
Includes:
SkipOption
Defined in:
lib/glark/input/filter/options.rb

Instance Method Summary collapse

Methods included from SkipOption

#posneg, #rcfield

Methods inherited from PathOption

#cls, #field

Methods inherited from RegexpOption

#argtype, #set

Methods inherited from Option

#add_to_option_data, #initialize, #match_rc

Constructor Details

This class inherits a constructor from Glark::Option

Instance Method Details

#tagsObject



148
149
150
# File 'lib/glark/input/filter/options.rb', line 148

def tags
  %w{ --without-fullname --without-path } + super
end