Douglas Eichelberger
Douglas Eichelberger
Pathname doesn't return falsy values AFAIK. My issue isn't the error message though (I didn't have trouble understanding the problem), but that this is IME a common enough Ruby/programming idiom...
friendly bump @neilparikh
I opened a PR upstream: https://github.com/Shopify/tapioca/pull/1885 🤞
We can also patch Tapioca if upstream doesn't accept the patch (early feedback isn't positive) 🙈. Something like: https://github.com/Homebrew/brew/compare/tapioca-patch?expand=1
Upstream PR was accepted, this will be fixed in the next tapioca release
Thanks for taking the time to write this u, and for your add’l investigative work. For the time being, it looks like we can include `debug` as long as we...
Is https://github.com/lsegal/yard/issues/1315 the resulting issue? If so, please take a look at https://github.com/lsegal/yard/pull/1495 🙏
@dvandersluis fair point! I'd argue that it's similar enough to how modules use instance variables (which rubocop doesn't flag): ```ruby module M1 def m1 @registry
Sorry, just catching up on this mention, @MikeMcQuaid. Could I trouble you for concrete examples of sub-commands to help me form a mental model? (Might be useful to do a...