Class: LSP::ImplementationOptions
- Defined in:
- lib/lsp/lsp_protocol_implementation.rb
Overview
export interface ImplementationOptions extends WorkDoneProgressOptions { }
Instance Method Summary collapse
Methods inherited from LSPBase
Constructor Details
This class inherits a constructor from LSP::LSPBase
Instance Method Details
#from_h!(value) ⇒ Object
45 46 47 48 |
# File 'lib/lsp/lsp_protocol_implementation.rb', line 45 def from_h!(value) value = {} if value.nil? self end |