Where are Chef custom resources defined within a cookbook?
-
A
In the `libraries/` directory as Ruby modules
-
B
In the `resources/` directory as `.rb` files
-
C
In the `recipes/` directory with a `resource_` prefix
-
D
In the `providers/` directory as action handlers