Method: LanguageServer::Protocol::Interface::FoldingRange#end_line
- Defined in:
- lib/language_server/protocol/interface/folding_range.rb
#end_line ⇒ number
The zero-based end line of the range to fold. The folded area ends with the line’s last character. To be valid, the end must be zero or larger and smaller than the number of lines in the document.
48 49 50 |
# File 'lib/language_server/protocol/interface/folding_range.rb', line 48 def end_line attributes.fetch(:endLine) end |