Method: Core::Game::Mind#initialize
- Defined in:
- lib/game/mind.rb
#initialize ⇒ Mind
Returns a new instance of Mind.
11 12 13 |
# File 'lib/game/mind.rb', line 11 def initialize @thoughts = [] end |
Returns a new instance of Mind.
11 12 13 |
# File 'lib/game/mind.rb', line 11 def initialize @thoughts = [] end |