Module: Inform::RuntimeLibrary

Defined in:
lib/runtime/runtime.rb

Overview

The RuntimeLibrary module

Instance Method Summary collapse

Instance Method Details

#playObject



41
42
43
44
45
46
# File 'lib/runtime/runtime.rb', line 41

def play
  log.debug "Using runtime-managed InformLibrary play method override"
  inform_library = Inform::Runtime.libraries[Inform::Runtime]
  inform_library.play
  inform_library
end