BigW Consortium Gitlab

bullet.rb 96 Bytes
if ENV['ENABLE_BULLET']
  require 'bullet'

  Bullet.enable  = true
  Bullet.console = true
end