class Sus::Identity

def self.nested(parent, name, location = nil, **options)

def self.nested(parent, name, location = nil, **options)
	location ||= caller_locations(3...4).first
	
	self.new(location.path, name, location.lineno, parent, **options)
end