class Optimist::Parser
def usage(s = nil)
# first line in the help (educate) output and ending in two new
# Sets the usage string. If set the message will be printed as the
def usage(s = nil) s ? @usage = s : @usage end
def usage(s = nil) s ? @usage = s : @usage end