Github user HeartSaVioR commented on a diff in the pull request:
https://github.com/apache/storm/pull/2473#discussion_r158666162
--- Diff: storm-multilang/ruby/src/main/resources/resources/storm.rb ---
@@ -205,6 +205,10 @@ class Spout
def open(conf, context); end
+ def avtivate; end
+
+ def deavtivate; end
--- End diff --
deactivate---
