Method: LibRubyParser::Nodes::ArrayPatternWithTail#begin_l
- Defined in:
- lib/lib-ruby-parser/nodes.rb
#begin_l ⇒ Loc? (readonly)
Location of the open bracket
“‘text
- 1, ^a, 3 => foo,
-
~ “‘
Nonefor pattern like ‘1, 2,` without brackets
261 262 263 |
# File 'lib/lib-ruby-parser/nodes.rb', line 261 def begin_l @begin_l end |