RubyVM::AbstractSyntaxTree::Location instances are created by RubyVM::AbstractSyntaxTree#locations.

This class is MRI specific.

Instance Methods

The column number in the source code where this AST’s text began.

The line number in the source code where this AST’s text began.

Returns debugging information about this location as a string.

The column number in the source code where this AST’s text ended.

The line number in the source code where this AST’s text ended.