[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/MSNexploder/jruby/parallel_boot/src/jruby/kernel.rb [Back]  [Original]

# This is the primary kernel file, containing loads for subkernels that are
# common to all supported versions of Ruby. Subsequent version-specific kernel
# loads are expected to add and patch the behaviors loaded by this file.

# These are loads so they don't pollute LOADED_FEATURES
load 'jruby/kernel/jruby/generator.rb'
load 'jruby/kernel/jruby/type.rb'
load 'jruby/kernel/signal.rb'

# Java 7 process launching support
spec_version = ENV_JAVA['java.specification.version']
load 'jruby/kernel/jruby/process_manager.rb' if spec_version && spec_version >= '1.7'

Web Proxy Viewer  |  New URL  |  Original Page