Module: Ibex::LSP::Transport::_Input
- Defined in:
- sig/ibex/lsp/transport.rbs
Instance Method Summary collapse
Instance Method Details
#read ⇒ String?
8 |
# File 'sig/ibex/lsp/transport.rbs', line 8
def read: (Integer length) -> String?
|
#readpartial ⇒ String
10 |
# File 'sig/ibex/lsp/transport.rbs', line 10
def readpartial: (Integer length) -> String
|