diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-18 11:46:07 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-18 11:46:07 +0200 |
commit | cb0ffa6cfd04dfae81bce57fbbe528f719d3efe5 (patch) | |
tree | 50ef5ce866751a81624eaa47dbe726d761702cb3 /lib/iotas/particle.rb | |
parent | 3e01a17ec9ed22867b409ffedab20e160de90ff7 (diff) | |
download | edoors-ruby-cb0ffa6cfd04dfae81bce57fbbe528f719d3efe5.zip edoors-ruby-cb0ffa6cfd04dfae81bce57fbbe528f719d3efe5.tar.gz |
Spot->Iota
Diffstat (limited to 'lib/iotas/particle.rb')
-rw-r--r-- | lib/iotas/particle.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/iotas/particle.rb b/lib/iotas/particle.rb index ffb141b..4141953 100644 --- a/lib/iotas/particle.rb +++ b/lib/iotas/particle.rb @@ -26,8 +26,8 @@ module Iotas # def initialize o={} @ts = Time.now # creation time - @src = nil # Spot where it's originated from - @dst = nil # Spot where it's heading to + @src = nil # Iota where it's originated from + @dst = nil # Iota where it's heading to @room = nil # Room path part of the current destination @door = nil # Door path part of the current destination @action = nil # action part of the current destination |