diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-05-24 10:13:27 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-05-24 10:13:27 +0530 |
commit | ed4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30 (patch) | |
tree | 9ce8b154c9a6ac1ee90b9f58220ef384a7be2c1f /activesupport/lib | |
parent | 9dabbd0cfff95364d7d9e582b2a69fca2342c2b2 (diff) | |
download | rails-ed4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30.tar.gz rails-ed4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30.tar.bz2 rails-ed4f2b9862a46c2a486a4ebcb4e7c706b5e0fd30.zip |
import to java_import.
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/testing/performance/jruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/performance/jruby.rb b/activesupport/lib/active_support/testing/performance/jruby.rb index 6b27959840..326904bbac 100644 --- a/activesupport/lib/active_support/testing/performance/jruby.rb +++ b/activesupport/lib/active_support/testing/performance/jruby.rb @@ -1,6 +1,6 @@ require 'jruby/profiler' require 'java' -import java.lang.management.ManagementFactory +java_import java.lang.management.ManagementFactory module ActiveSupport module Testing |