module Guac
Constants
- VERSION
Public Class Methods
debug?()
click to toggle source
# File lib/guac.rb, line 4 def self.debug? !ENV['DEBUG'].nil? end
# File lib/guac.rb, line 4 def self.debug? !ENV['DEBUG'].nil? end