Method: NewRelic::Agent::VM.create_vm
- Defined in:
- lib/new_relic/agent/vm.rb
permalink .create_vm ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/new_relic/agent/vm.rb', line 20 def self.create_vm if NewRelic::LanguageSupport.jruby? JRubyVM.new else CRubyVM.new end end |