Module: StoryTeller::Engine::Library

Defined in:
lib/story_teller/engine.rb

Overview

The Library module

Instance Method Summary collapse

Instance Method Details

#playObject



34
35
36
37
38
39
# File 'lib/story_teller/engine.rb', line 34

def play
  log.debug "Using engine-managed InformLibrary play method override"
  inform_library = StoryTeller::Engine.libraries[StoryTeller::Engine]
  inform_library.play
  inform_library
end