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 ae66f67 commit b96694fCopy full SHA for b96694f
spec/config/byebug.rb
@@ -1,4 +1,4 @@
1
-if ENV.fetch("DEBUG", "false").casecmp?("true")
+if ENV.fetch("DEBUG", "false").casecmp("true") == 0
2
ruby_version = Gem::Version.create(RUBY_VERSION)
3
if ruby_version < Gem::Version.create("2.7")
4
# Use byebug in code
0 commit comments