lib/backport/server/connectable.rb in backport-0.1.0 vs lib/backport/server/connectable.rb in backport-0.2.0

- old
+ new

@@ -6,18 +6,16 @@ input = client.read client.sending input unless input.nil? end end - def start + def starting clients.map(&:run) end def stopping clients.map(&:stop) end - - protected def clients @clients ||= [] end end