class Optimist::Parser

def version(s = nil)

# ".
# on the commandline. Should probably be of the form "
# Sets the version string. If set, the user can request the version
def version(s = nil)
  s ? @version = s : @version
end