Commit 07cd55c

mo khan <mo@mokhan.ca>
2026-09-07 21:33:34
drop include of the now-concrete Output class, WebTerminal already implements the interface
1 parent e4c439f
Changed files (1)
lib
elelem
lib/elelem/server/web_terminal.rb
@@ -3,8 +3,6 @@
 module Elelem
   class Server
     class WebTerminal
-      include Output
-
       def initialize
         @subscribers = []
         @mutex = Mutex.new