Method: Rpush.jruby?

Defined in:
lib/rpush.rb

.jruby?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/rpush.rb', line 25

def self.jruby?
  defined? JRUBY_VERSION
end