diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-07 09:44:15 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-07 11:59:40 +0200 |
commit | 34da35e17a77b295d2761775f3a93d51fb55f9e3 (patch) | |
tree | 94e9cc5048c5498d56db7dc6279ed83ad1a69953 /lib/evendoors/particle.rb | |
parent | 1dcb050420e6dd3f1b9bb43c1fb24b0c38286ca2 (diff) | |
download | edoors-ruby-34da35e17a77b295d2761775f3a93d51fb55f9e3.zip edoors-ruby-34da35e17a77b295d2761775f3a93d51fb55f9e3.tar.gz |
Particle: add missing attribute comment
Diffstat (limited to 'lib/evendoors/particle.rb')
-rw-r--r-- | lib/evendoors/particle.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evendoors/particle.rb b/lib/evendoors/particle.rb index 7bec0e4..ef02b53 100644 --- a/lib/evendoors/particle.rb +++ b/lib/evendoors/particle.rb @@ -9,7 +9,7 @@ module EvenDoors def initialize @ts = Time.now # creation time @src = nil # Spot.path where it's originated from - @room = nil + @room = nil # Room path part of the current destination @door = nil # Door where it's currently heading to @action = nil # action to perform on the Door @dsts = [] # fifo of Spot.path where to travel to |