# File karel/philosopher.rb, line 81 def run_task while true think(@@die.roll()) get_forks() eat(@@die.roll()) put_forks() end end