Top Level Namespace
Defined Under Namespace
Modules: Gamelan
Instance Method Summary collapse
-
#jruby? ⇒ Boolean
Gamelan is a good-enough soft real-time event scheduler, written in Ruby, especially for music applications.
Instance Method Details
#jruby? ⇒ Boolean
Gamelan is a good-enough soft real-time event scheduler, written in Ruby, especially for music applications.
Copyright © 2008 Jeremy Voorhis <[email protected]>
This code released under the terms of the MIT license.
8 9 10 |
# File 'lib/gamelan.rb', line 8 def jruby? defined?(JRUBY_VERSION) end |