Package org.jruby

Class RubyGlobal.PidAccessor

java.lang.Object
org.jruby.RubyGlobal.PidAccessor
All Implemented Interfaces:
IAccessor
Enclosing class:
RubyGlobal

private static final class RubyGlobal.PidAccessor extends Object implements IAccessor
A special accessor for getpid, to avoid loading the posix subsystem until it is needed.