module Evertils

TODO

Constants

VERSION

Public Class Methods

test?() click to toggle source

Flag to determine if module is running in test mode

# File lib/evertils.rb, line 51
def self.test?
  false
end