Module: Solargraph::Pin::Breakable
Overview
Mix-in for pins which enclose code which the ‘break’ statement works with-in - e.g., blocks, when, until, …
Instance Attribute Summary collapse
- #location ⇒ Location? readonly
- #node ⇒ Parser::AST::Node readonly
Instance Attribute Details
#location ⇒ Location? (readonly)
12 13 14 |
# File 'lib/solargraph/pin/breakable.rb', line 12 def location @location end |
#node ⇒ Parser::AST::Node (readonly)
9 10 11 |
# File 'lib/solargraph/pin/breakable.rb', line 9 def node @node end |