Is there a way you can include all files in a directory except one, or all directories except one? So something like:
require_tree . :except 'this_one'
Just wondering and can't figure out where the documentation is on the "require_tree" method in the manifest file.
Instead of
require_tree . :except 'this_one'
write
require_tree "."
stub "this_one"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With