class Bake::Registry::Aggregate
def append_defaults(working_directory)
Add registry according to the current working directory and loaded gems.
def append_defaults(working_directory) # Load recipes from working directory: self.append_path(working_directory) # Load recipes from loaded gems: self.append_from_gems end