diff options
author | Matthias Hecker <apoc@geekosphere.org> | 2015-06-24 19:19:07 +0000 |
---|---|---|
committer | Matthias Hecker <apoc@geekosphere.org> | 2015-06-24 19:19:07 +0000 |
commit | 763a7f968063fa993bb63f7b31ad69f73212c53b (patch) | |
tree | c8fc8f7a4a8be34df786d9762413ffd78ff87308 /lib/rbot/journal.rb | |
parent | 39503c481daf957c741db89767295a444973986d (diff) |
journal: move journal accessor in coremodule
Diffstat (limited to 'lib/rbot/journal.rb')
-rw-r--r-- | lib/rbot/journal.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbot/journal.rb b/lib/rbot/journal.rb index 9f586f7f..fe6c14be 100644 --- a/lib/rbot/journal.rb +++ b/lib/rbot/journal.rb @@ -278,6 +278,7 @@ module Journal class JournalBroker + attr_reader :storage class Subscription attr_reader :topic attr_reader :block |