# File lib/twitter/streaming/client.rb, line 21 def initialize(options = {}) super @connection = Streaming::Connection.new(options) end