Method: Adhearsion::Console#jruby?

Defined in:
lib/adhearsion/console.rb

#jruby?Boolean

Returns:

  • (Boolean)


119
120
121
# File 'lib/adhearsion/console.rb', line 119

def jruby?
  defined? JRUBY_VERSION
end