Class: Character
- Includes:
- Gamefic::Active
- Defined in:
- lib/gamefic-standard/entities/character.rb
Instance Attribute Summary
Attributes inherited from Thing
#itemized, #locale_description, #portable
Attributes included from Grammar::Attributes
Attributes included from Edibility
Instance Method Summary collapse
Methods inherited from Thing
#attached=, #attached?, #itemized?, #parent=, #portable?, #room
Methods included from Grammar::Attributes
Methods included from Edibility
Instance Method Details
#gender ⇒ Object
4 5 6 |
# File 'lib/gamefic-standard/entities/character.rb', line 4 def gender @gender ||= :other end |