lib/streambot/handler.rb in streambot-0.5.0.beta3 vs lib/streambot/handler.rb in streambot-0.5.0.beta4
- old
+ new
@@ -1,6 +1,6 @@
module StreamBot
- # :nodoc:
+ # some important code for the communication wrappers
class Handler
# parse an response
def parse_response(object)
LOG.debug("response is #{object}")
case object
\ No newline at end of file