class Core::Game::Thought

Attributes

proc[R]
text[R]

Public Class Methods

new(text, proc) click to toggle source
# File lib/game/mind.rb, line 5
def initialize(text, proc)
  @text, @proc = text, proc
end