Class: Character

Inherits:
Thing
  • Object
show all
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

#plural

Attributes included from Edibility

#edible

Instance Method Summary collapse

Methods inherited from Thing

#attached=, #attached?, #itemized?, #parent=, #portable?, #room

Methods included from Grammar::Attributes

#person, #plural?

Methods included from Edibility

#edible?

Instance Method Details

#genderObject



4
5
6
# File 'lib/gamefic-standard/entities/character.rb', line 4

def gender
  @gender ||= :other
end