Method: Executable::Help::Option#mark

Defined in:
lib/executable/help.rb

#markObject



426
427
428
# File 'lib/executable/help.rb', line 426

def mark
  name.to_s.size == 1 ? '-' : '--'
end