class Bake::Base

def self.path

@returns [Array(String)]
The path of this derived base class.
def self.path
	self.const_get(:PATH)
rescue
	nil
end