class RubyLsp::Requests::FoldingRanges

The folding ranges request informs the editor of the ranges where and how code can be folded.

Example

def say_hello # <-- folding range start
  puts "Hello"
end # <-- folding range end

Public Class Methods

new(comments, dispatcher)

Calls superclass method

provider()

Public Instance Methods

perform()