class RubyIndexer::Location

Attributes

end_column (attr_reader)

end_line (attr_reader)

start_column (attr_reader)

start_line (attr_reader)

Public Class Methods

new(start_line, end_line, start_column, end_column)