You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1489, we changed the definition of Options (Structs) from Env < Options.new to Env = Options.new { }.
This makes our Options structs compatible with Sorbet, but it breaks their YARD auto-generate docs.
See the PR thread for more details.
The text was updated successfully, but these errors were encountered:
Issue description
In #1489, we changed the definition of
Options
(Struct
s) fromEnv < Options.new
toEnv = Options.new { }
.This makes our
Options
structs compatible with Sorbet, but it breaks their YARD auto-generate docs.See the PR thread for more details.
The text was updated successfully, but these errors were encountered: