Class: Rucoa::Handlers::TextDocumentDocumentHighlightHandler::NodeToHighlightsMappers::ElsifMapper
- Inherits:
-
IfMapper
- Object
- Base
- IfMapper
- Rucoa::Handlers::TextDocumentDocumentHighlightHandler::NodeToHighlightsMappers::ElsifMapper
- Defined in:
- lib/rucoa/handlers/text_document_document_highlight_handler.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Rucoa::Handlers::TextDocumentDocumentHighlightHandler::NodeToHighlightsMappers::Base
Instance Method Details
#call ⇒ Array
258 259 260 261 262 263 |
# File 'lib/rucoa/handlers/text_document_document_highlight_handler.rb', line 258 def call [ *highlights_elsif, highlight_else ].compact end |