Module: Livecode
- Defined in:
- lib/livecode.rb,
lib/livecode/clock.rb,
lib/livecode/delay.rb,
lib/livecode/timer.rb,
lib/livecode/loader.rb,
lib/livecode/silenceable.rb,
lib/livecode/extensions/main.rb,
lib/livecode/clock_recipients.rb,
lib/livecode/extensions/object.rb,
lib/livecode/extensions/string.rb,
lib/livecode/extensions/numeric.rb
Overview
The Livecode library
To get started, require and include Livecode:
require 'livecode'
include Livecode
For your main loop, have a look at Timer, Delay or the more sophisticated Clock class.
Defined Under Namespace
Modules: Extensions, Silenceable Classes: Clock, ClockRecipients, Delay, Loader, Timer
Constant Summary collapse
- LIBRARY_PATH =
Pathname.new(File.join(File.dirname(__FILE__))).realpath.to_s
Class Attribute Summary collapse
-
.loader ⇒ Object
Returns the value of attribute loader.
Class Attribute Details
.loader ⇒ Object
Returns the value of attribute loader.
41 42 43 |
# File 'lib/livecode/loader.rb', line 41 def loader @loader end |