DecodeSourceDecodeLocation

class Location

Represents a location in a source file.

Definitions

def to_s

Generate a string representation of the location.

Implementation

def to_s
	"#{path}:#{line}"
end