Top Level Namespace

Defined Under Namespace

Modules: Gamelan

Instance Method Summary collapse

Instance Method Details

#jruby? ⇒ Boolean

Gamelan is a good-enough soft real-time event scheduler, written in Ruby, especially for music applications.

Copyright (c) 2008 Jeremy Voorhis [email protected]

This code released under the terms of the MIT license.

Returns:

  • (Boolean)


8
9
10
# File 'lib/gamelan.rb', line 8

def jruby?
  defined?(JRUBY_VERSION)
end