提交 02893d17 编写于 作者: J Jeremy Kemper

Remark that Listener is an implementation detail

上级 ddf681ce
......@@ -163,7 +163,8 @@ def drained?
@listeners.all? &:drained?
end
class Listener
# Used for internal implementation only.
class Listener #:nodoc:
def initialize(pattern, &block)
@pattern = pattern
@subscriber = block
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册