Module: StoryTeller::Library::LocationInstaller
- Defined in:
- lib/story_teller/library/location.rb
Overview
module LocationInstaller
Class Method Summary collapse
Class Method Details
.install! ⇒ Object
47 48 49 50 51 52 53 |
# File 'lib/story_teller/library/location.rb', line 47 def install! return false unless defined?(InformLibrary) return false if InformLibrary < StoryTeller::Library::Location InformLibrary.prepend(StoryTeller::Library::Location) true end |