Module: StoryTeller

Defined in:
lib/story_teller/cli.rb,
lib/story_teller/color.rb,
lib/story_teller/config.rb,
lib/story_teller/options.rb,
lib/story_teller/runtime.rb,
lib/story_teller/terminal.rb,
lib/story_teller/snapshots.rb,
lib/story_teller/privileges.rb,
lib/story_teller/application.rb,
lib/story_teller/game/loader.rb,
lib/story_teller/persistence.rb,
lib/story_teller/persistence.rb,
lib/story_teller/persistence.rb,
lib/story_teller/curses_adapter.rb,
lib/story_teller/player_character.rb,
lib/story_teller/player_character.rb,
lib/story_teller/player_character.rb

Overview

module StoryTeller

Defined Under Namespace

Modules: ClassMethods, Cli, Color, Config, ImplicitMigration, InheritanceListener, InstanceMethods, Options, PersistedStartupLocation, PersistedStartupMove, Snapshots, Terminal Classes: Application, Character, CursesAdapter, Game, InvocationIdentity, Persistence, Runtime, UserError

Class Method Summary collapse

Class Method Details

.PlayerCharacter(name) ⇒ Object



24
25
26
# File 'lib/story_teller/player_character.rb', line 24

def self.PlayerCharacter(name)
  Object(name, Character)
end