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
$ ruby ../test.rb
14
$ jt run ../test.rb
../test.rb:2:in `bar': no block given (yield) (LocalJumpError)
from core:/core/shims.rb:121:in `call'
from core:/core/shims.rb:121:in `block in to_proc'
from ../test.rb:6:in `call'
from ../test.rb:6:in `foo'
from ../test.rb:11:in `<main>'
$ ruby ../test.rb
../test.rb:8:in `block in <main>': no block given (yield) (LocalJumpError)
from ../test.rb:2:in `call'
from ../test.rb:2:in `foo'
from ../test.rb:7:in `<main>'
$ jt run ../test.rb
14
It looks like this is to do with what version of the method we use when something is a method and when it's a block - we store multiple versions of methods depending on how they're used.
Currently, blocking running the MRI tests.
Example:
Expected
Actual
The text was updated successfully, but these errors were encountered: