Class: Rucoa::Handlers::TextDocumentDocumentHighlightHandler::Highlights::Base
- Inherits:
-
Object
- Object
- Rucoa::Handlers::TextDocumentDocumentHighlightHandler::Highlights::Base
- Defined in:
- lib/rucoa/handlers/text_document_document_highlight_handler.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(parser_range:) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(parser_range:) ⇒ Base
Returns a new instance of Base.
33 34 35 |
# File 'lib/rucoa/handlers/text_document_document_highlight_handler.rb', line 33 def initialize(parser_range:) @parser_range = parser_range end |