summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/iotas/particle.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/iotas/particle.rb b/lib/iotas/particle.rb
index e723676..850c6ad 100644
--- a/lib/iotas/particle.rb
+++ b/lib/iotas/particle.rb
@@ -110,9 +110,7 @@ module Iotas
end
end
#
- def set_dst! a, d=''
- @dst = @room = @door = @action = nil
- clear_dsts!
+ def add_dst a, d=''
add_dsts d+Iotas::ACT_SEP+a
end
#