module CommandLineFlunky

Constants

CLF_BOOLS

specifying flag sets a bool to be true

CLF_INVERSE_BOOLS
COMMANDS_WITH_HELP
COMMAND_LINE_FLAGS_WITH_HELP
LONG_COMMAND_LINE_OPTIONS
MANUAL_HEADER
PROJECT_NAME
SCRIPT_FILE

def self.setup(copts) CommandLineFlunkyTestUtility.setup(copts) end

STARTUP_MESSAGE

Public Class Methods

method_missing(method, *args) click to toggle source
# File lib/treasurer.rb, line 81
def self.method_missing(method, *args)
  #           p method, args
  Treasurer.send(method, *args)
end