-
eileencodes authored
In #46656 we disable the IRB autocompletion if it's production. The original PR used `== "production"` but it's cleaner if we use the `production?` helper instead.
eileencodes authoredIn #46656 we disable the IRB autocompletion if it's production. The original PR used `== "production"` but it's cleaner if we use the `production?` helper instead.
Loading