Module: Glark::MatchOption

Included in:
MatchDirNameOption, MatchDirPathOption, MatchExtOption, MatchNameOption, MatchPathOption
Defined in:
lib/glark/input/filter/options.rb

Instance Method Summary collapse

Instance Method Details

#posnegObject



46
47
48
# File 'lib/glark/input/filter/options.rb', line 46

def posneg
  :positive
end

#rcfieldObject



42
43
44
# File 'lib/glark/input/filter/options.rb', line 42

def rcfield
  'match-' + field.to_s
end