Module: Fools
- Defined in:
- lib/fools/interface.rb,
lib/fools.rb,
lib/fools/mod.rb,
lib/fools/dm/mod.rb,
lib/fools/dm/launch.rb,
lib/fools/player/mod.rb,
lib/fools/util/error.rb,
lib/fools/sheet/alter.rb,
lib/fools/dm/interface.rb,
lib/fools/sheet/schema.rb,
lib/fools/player/launch.rb,
lib/fools/sheet/semantics.rb,
lib/fools/player/interface.rb,
lib/fools/rules/drink/dice.rb,
lib/fools/rules/drink/rule.rb,
lib/fools/rules/combat/dice.rb,
lib/fools/rules/combat/rule.rb,
lib/fools/rules/romance/dice.rb,
lib/fools/rules/romance/rule.rb
Overview
You should have received a copy of the GNU General Public License along with The Fools. If not, see <www.gnu.org/licenses/>.
Defined Under Namespace
Modules: DM, Dice, Interface, Mod, Player, Rules, Sheet
Constant Summary collapse
- VERSION =
'0.0.5'
Class Method Summary collapse
Class Method Details
.fatal(msg) ⇒ Object
22 23 24 25 26 |
# File 'lib/fools/util/error.rb', line 22 def Fools::fatal msg put_error "FATAL ERROR" put_error msg CARPS::enter_quit 1 end |