Module: OptparseLite::OptHelper

Instance Method Summary collapse

Instance Method Details

#dashes(key) ⇒ Object

hack, could be done in spec instead somehow



674
675
676
# File 'lib/optparse-lite.rb', line 674

def dashes key # hack, could be done in spec instead somehow
  key.length == 1 ? "-#{key}" : "--#{key}"
end