Class: Synoption::OptionMatch

Inherits:
Object
  • Object
show all
Includes:
Logue::Loggable
Defined in:
lib/synoption/match.rb

Instance Method Summary collapse

Instance Method Details

#match?(arg) ⇒ Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/synoption/match.rb', line 11

def match? arg
  raise "not implemented"
end