9 10 11 12
# File 'lib/convict/jail.rb', line 9 def debug(str) return unless ENV["CONVICT_DEBUG"] puts str end