Method: SyntaxTree::Backtick#location

Defined in:
lib/syntax_tree.rb

#locationObject (readonly)

Location

the location of this node



2080
2081
2082
# File 'lib/syntax_tree.rb', line 2080

def location
  @location
end