class Prism::Location
def self.null
the beginning of the file. Useful for when you want a location object but
Returns a null location that does not correspond to a source and points to
def self.null new(nil, 0, 0) end
def self.null new(nil, 0, 0) end