JoshCheek / seeing_is_believing

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

Blows up when dealing with BasicObject #60

Closed JoshCheek closed 8 years ago

JoshCheek commented 9 years ago
class A < BasicObject  # => BasicObject
end                    # => nil

A.new  # ~> NoMethodError: undefined method `tap' for #<A:0x007fc81c9259a0>