We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d210ee3 commit 860b678Copy full SHA for 860b678
lib/openai.rb
@@ -2,7 +2,7 @@
2
3
# We already ship the preferred sorbet manifests in the package itself.
4
# `tapioca` currently does not offer us a way to opt out of unnecessary compilation.
5
-if Object.const_defined?(:Tapioca) && caller_locations.any? { _1.path.end_with?("tapioca/cli.rb") }
+if Object.const_defined?(:Tapioca) && caller.chain([$0]).chain(ARGV).grep(/tapioca/)
6
Warning.warn(
7
<<~WARN
8
\n
0 commit comments