class Solargraph::Parser::NodeProcessor::Base
def block_pin position
-
(Pin::Closure, nil)
-
Parameters:
-
position
(Solargraph::Position
) --
Other tags:
- Todo: - Candidate for deprecation
def block_pin position # @todo determine if this can return a Pin::Block pins.select{|pin| pin.is_a?(Pin::Closure) && pin.location.range.contain?(position)}.last end