Slide 19
Slide 19 text
19
foo.rb:9: Expected Symbol but found String("bar") for argument arg0
https://srb.help/7002
10 | opts.fetch("bar")
^^^^^^^^^^^^^^^^^
hash.rbi#L517: Method Hash#fetch has specified arg0 as Symbol
517 | arg0: K,
^^^^
Got String("bar") originating from:
foo.rb:9:
10 | opts.fetch("bar")
^^^^^
Errors: 1
srb tc
foo.rb