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
- #node ⇒ Parser::AST::Node readonly
Instance Attribute Details
#node ⇒ Parser::AST::Node (readonly)
6 7 8 |
# File 'lib/solargraph/pin/breakable.rb', line 6 def node @node end |