Method: SyntaxTree::Case#location

Defined in:
lib/syntax_tree.rb

#locationObject (readonly)

Location

the location of this node



3329
3330
3331
# File 'lib/syntax_tree.rb', line 3329

def location
  @location
end