Method: OptionParser::List#short

Defined in:
lib/optparse.rb

#shortObject (readonly)

Map from short style option switches to actual switch objects.



823
824
825
# File 'lib/optparse.rb', line 823

def short
  @short
end