class Calrom::OptionParser::CustomizedOptionParser

Public Instance Methods

separator(string) click to toggle source
Calls superclass method
# File lib/calrom/option_parser.rb, line 10
def separator(string)
  super "\n" + string
end