class Sus::Identity

def to_location

def to_location
	{
		path: ::File.expand_path(@path),
		line: @line,
	}
end