Method: LanguageServer::Protocol::Interface::DocumentFormattingParams#to_json
- Defined in:
- lib/language_server/protocol/interface/document_formatting_params.rb
#to_json(*args) ⇒ Object
45 46 47 |
# File 'lib/language_server/protocol/interface/document_formatting_params.rb', line 45 def to_json(*args) to_hash.to_json(*args) end |