lib/redstream/message.rb in redstream-0.0.1 vs lib/redstream/message.rb in redstream-0.1.0
- old
+ new
@@ -1,6 +1,5 @@
-
module Redstream
# The Redstream::Message class wraps a raw redis stream message to allow hash
# and id/offset access as well as convenient parsing of the json payload.
class Message
@@ -47,6 +46,5 @@
def raw_message
@raw_message
end
end
end
-