Method: LibRubyParser::Nodes::ArrayPatternWithTail#begin_l

Defined in:
lib/lib-ruby-parser/nodes.rb

#begin_lLoc? (readonly)

Location of the open bracket

“‘text

1, ^a, 3 => foo,

~ “‘

None for pattern like ‘1, 2,` without brackets

Returns:



261
262
263
# File 'lib/lib-ruby-parser/nodes.rb', line 261

def begin_l
  @begin_l
end