Class: Glark::SkipNameOption

Inherits:
NameOption 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 NameOption

#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



104
105
106
# File 'lib/glark/input/filter/options.rb', line 104

def tags
  %w{ --without-basename --without-name } + super
end