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
class Location
Represents a location in a source file.
def to_s
Generate a string representation of the location.
def to_s
"#{path}:#{line}"
end