ruby_type_system icon indicating copy to clipboard operation
ruby_type_system copied to clipboard

Results 1 ruby_type_system issues
Sort by recently updated
recently updated
newest added

Everything looked great until I got to this: ```ruby def b([key: String]: 'key', [value: String]: 'value'): String # this approach is up for debate, you can propose a better way...