JoshCheek / seeing_is_believing

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

Error wipes out user comment #120

Closed JoshCheek closed 7 years ago

JoshCheek commented 7 years ago

Pre:

a # this DNE

Post:

a # ~> NameError: undefined local variable or method `a' for main:Object

# ~> NameError
# ~> undefined local variable or method `a' for main:Object
# ~>
# ~> /var/folders/yj/23xw_th91pl6xkdnyc733r01t48gqj/T/seeing_is_believing_temp_dir20171105-81038-1cyj23h/program.rb:1:in `<main>'