JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.31k stars 54 forks source link

Ruby on stdin should use `ruby -` #32

Closed JoshCheek closed 9 years ago

JoshCheek commented 10 years ago

This will allow it to work across MRI and Rbx.

Probably some features are failing right now as a consequence.

JoshCheek commented 9 years ago

Closing, I looked around on branch 3.0, and don't seem to be invoking ruby via stdin anywhere.