module Vermillion

Constants

DEBUG

Flag for enabling more verbose output from certain methods

VERSION

Program version

Public Class Methods

test?() click to toggle source

Flag to determine if module is running in test mode

# File lib/client.rb, line 32
def self.test?
  false
end