module Bake::Scope

def path

The path of the scope, relative to the root of the context.
def path
	self.const_get(:PATH)
end