Method: RubyLsp::Document#syntax_error?

Defined in:
lib/ruby_lsp/document.rb

#syntax_error?Boolean

Returns:

  • (Boolean)
[View source]

99
100
101
# File 'lib/ruby_lsp/document.rb', line 99

def syntax_error?
  @syntax_error
end