Module: Pathfinder
- Defined in:
- lib/pathfinder_dnd.rb,
lib/pathfinder_dnd/oauth.rb,
lib/pathfinder_dnd/tools.rb,
lib/pathfinder_dnd/state_manager.rb,
lib/pathfinder_dnd/character_sheet.rb
Overview
A simple D&D runtime that connects to Google Docs for your character data Also loads personal functions from ~/.config/pathfinder/rc.rb
Defined Under Namespace
Modules: Tools Classes: CharacterSheet, OAuth, StateManager
Constant Summary collapse
- VERSION =
'0.1.3 - "User Functions"'
- STORAGE =
Default storage place
PStore.new(File.('~/.config/pathfinder.pstore'))