lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.

Home Page:https://lostisland.github.io/faraday

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix YARD doc for Options

iMacTia opened this issue · comments

commented

Issue description

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.

Good trade-off!
Let us see if it is possible to get both!