Method: LanguageServer::Protocol::Interface::DocumentHighlightOptions#to_json
- Defined in:
- lib/language_server/protocol/interface/document_highlight_options.rb
#to_json(*args) ⇒ Object
24 25 26 |
# File 'lib/language_server/protocol/interface/document_highlight_options.rb', line 24 def to_json(*args) to_hash.to_json(*args) end |