Class: CARPS::Mod

Inherits:
Object
  • Object
show all
Defined in:
lib/carps/mod/mod.rb

Overview

Mod base class supporting character sheet verification

Subclasses should override schema, semantic_verifier

Direct Known Subclasses

DM::Mod, Player::Mod

Instance Method Summary collapse

Instance Method Details

#mailer=(mail) ⇒ Object

Give a mailer



29
30
31
# File 'lib/carps/mod/mod.rb', line 29

def mailer= mail
   @mailer = mail
end