# File lib/core/listener.rb, line 77 def initialize(io, handler, container) @io, @handler = io, handler @container = container end