Top Level Namespace
Defined Under Namespace
Modules: Daru Classes: Array, Hash, MDArray, Matrix, NMatrix, Object, Range, SizeError
Instance Method Summary collapse
-
#jruby? ⇒ Boolean
:nocov:.
Instance Method Details
#jruby? ⇒ Boolean
:nocov:
2 3 4 |
# File 'lib/daru.rb', line 2 def jruby? RUBY_ENGINE == 'jruby' end |