1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

import to java_import.

This commit is contained in:
Arun Agrawal 2011-05-24 10:13:27 +05:30
parent 9dabbd0cff
commit ed4f2b9862

View file

@ -1,6 +1,6 @@
require 'jruby/profiler'
require 'java'
import java.lang.management.ManagementFactory
java_import java.lang.management.ManagementFactory
module ActiveSupport
module Testing