Class: LanguageServer::Protocol::Transport::Stdio::Writer

Inherits:
Io::Writer
  • Object
show all
Defined in:
lib/language_server/protocol/transport/stdio/writer.rb

Instance Attribute Summary

Attributes inherited from Io::Writer

#io

Instance Method Summary collapse

Methods inherited from Io::Writer

#write

Constructor Details

#initializeWriter

Returns a new instance of Writer.



6
7
8
# File 'lib/language_server/protocol/transport/stdio/writer.rb', line 6

def initialize
  super STDOUT
end