Method: RubyLsp::Document#syntax_error?
- Defined in:
- lib/ruby_lsp/document.rb
permalink #syntax_error? ⇒ Boolean
99 100 101 |
# File 'lib/ruby_lsp/document.rb', line 99 def syntax_error? @syntax_error end |
99 100 101 |
# File 'lib/ruby_lsp/document.rb', line 99 def syntax_error? @syntax_error end |