Method: Core::Game::Mind#contrive
- Defined in:
- lib/game/mind.rb
#contrive(thought) ⇒ Object
14 15 16 |
# File 'lib/game/mind.rb', line 14 def contrive(thought) @thoughts.push(thought) end |
14 15 16 |
# File 'lib/game/mind.rb', line 14 def contrive(thought) @thoughts.push(thought) end |