JoshCheek / seeing_is_believing

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

Does not emit warnings #59

Closed JoshCheek closed 8 years ago

JoshCheek commented 9 years ago

Ruby prints warnings to standard error. Seeing Is Believing does not capture them (as of 3.0.0.beta.5)

$ cat f.rb
warn 'wat'

$ ruby f.rb
wat

$ seeing_is_believing f.rb
warn 'wat'  # => nil