rbs
rbs copied to clipboard
Struct has almost none of its method defined
In rbs file for Struct class, there is no definition for:
- []
- []=
- deconstruct
- deconstruct_keys
- dig
- length
- members (there is a definition on class level, but not on instance level)
- size
- values
- values_at
You're right, that's bizarre. I'll work on that soon
https://github.com/ruby/rbs/pull/1456