Method: SyntaxTree::ARef#location

Defined in:
lib/syntax_tree.rb

#locationObject (readonly)

Location

the location of this node



850
851
852
# File 'lib/syntax_tree.rb', line 850

def location
  @location
end