module Bake::Scope

def file_path

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