module Bake::Scope

def path

The path of the file that was used to {load} this scope.
def path
	self.const_get(:PATH)
end