Refactored eggplant recipe a bit
Getty Ritter
8 years ago
1 | 1 | eggplant rougail { |
2 | [2] eggplants -> scoop flesh, discard skin -> mash -> $a; | |
3 | [2] white onions or shallots -> mince -> $a; | |
4 | [2] hot peppers -> mince -> $a; | |
5 | $a -> mix &[4tbsp] oil -> DONE; | |
2 | [2] eggplants | |
3 | -> scoop flesh, discard skin | |
4 | -> mash | |
5 | -> $combine | |
6 | -> mix & [4 tbsp] oil | |
7 | -> DONE; | |
8 | [2] white onions or shallots -> mince -> $combine; | |
9 | [2] hot peppers -> mince -> $combine; | |
6 | 10 | } |