# File lib/buildr/core/jrebel.rb, line 33
    def jrebel_args
      rebel_jar ? [ '-noverify', "-javaagent:#{rebel_jar}" ] : []
    end