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
Rubies older than v4.0.0 have their documentation
data serialized using a struct, so if we change it
to a class it fails. To maintain compatibility, we
define `Heading` conditionally as a struct on older
rubies.
Co-authored-by: Stan Lo <st0012@users.noreply.github.com>
0 commit comments