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
1. `defined?(::Data)` is insufficient: there was an earlier `::Data`
class before the new one was added. Checking for `Data.define`.
2. arg forwarding with `def foo(...)` wasn't introduced until 2.7.3.
3. implicit hash/kwparam values wasn't added until 3.1.
0 commit comments