Method: SyntaxTree::BEGINBlock#location

Defined in:
lib/syntax_tree.rb

#locationObject (readonly)

Location

the location of this node



426
427
428
# File 'lib/syntax_tree.rb', line 426

def location
  @location
end