class Bake::Recipe

def command

The command name for this recipe.
def command
	@command ||= compute_command
end