class Sus::Identity

def each_caller_location(&block)

def each_caller_location(&block)
	Thread.each_caller_location(&block)
end