Method: LanguageServer::Protocol::Interface::NotebookCell#kind
- Defined in:
- lib/language_server/protocol/interface/notebook_cell.rb
#kind ⇒ any
The cell’s kind
27 28 29 |
# File 'lib/language_server/protocol/interface/notebook_cell.rb', line 27 def kind attributes.fetch(:kind) end |