module Gazr

Constants

HAVE_FSE
HAVE_REV
VERSION

Attributes

handler[RW]
options[RW]

Public Class Methods

debug(msg) click to toggle source
# File lib/gazr.rb, line 39
def debug(msg)
  puts "[gazr debug] #{msg}" if options.debug
end