Libraries
»
childprocess
(5.1.0)
»
Index
»
ChildProcess
»
jruby?
Method: ChildProcess.jruby?
Defined in:
lib/childprocess.rb
.
jruby?
⇒
Boolean
Returns:
(
Boolean
)
53 54 55
# File 'lib/childprocess.rb', line 53
def
jruby?
RUBY_ENGINE
==
'jruby'
end