examples/channels/client.rb in async-container-0.16.2 vs examples/channels/client.rb in async-container-0.16.3
- old
+ new
@@ -9,17 +9,18 @@
# def initialize
#
# end
#
# def << object
-# return :object
+# :object
# end
#
# def [] key
# return
+# end
# end
-#
+#
# class Proxy < BasicObject
# def initialize(bus, name)
# @bus = bus
# @name = name
# end
@@ -60,11 +61,9 @@
# end
#
# class Channel
# def self.pipe
# input, output = Async::IO.pipe
-#
-#
# end
#
# def initialize(input, output)
# @input = input
# @output = output