diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-18 09:47:20 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-18 09:50:55 +0200 |
commit | 394ec7f39a83df5edd3eef6667b16698ed689407 (patch) | |
tree | 791fef9cee7b3bf13fa6ccfc9d1af1e445e5a37a /lib/edoors/iota.rb | |
parent | 81311b79a8efa3705c94b2fa3af0186a1a0776d9 (diff) | |
download | edoors-ruby-394ec7f39a83df5edd3eef6667b16698ed689407.zip edoors-ruby-394ec7f39a83df5edd3eef6667b16698ed689407.tar.gz |
implement SYS_ACT_ADD_ROOM
Diffstat (limited to 'lib/edoors/iota.rb')
-rw-r--r-- | lib/edoors/iota.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/edoors/iota.rb b/lib/edoors/iota.rb index 47a2eb6..fcf7573 100644 --- a/lib/edoors/iota.rb +++ b/lib/edoors/iota.rb @@ -21,6 +21,8 @@ # module Edoors # + IOTA_NAME = 'edoors_iota_name'.freeze + # class Iota # def initialize n, p |