JoshCheek / seeing_is_believing

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

line_number local var visible in program #34

Closed JoshCheek closed 10 years ago

JoshCheek commented 10 years ago

e.g.

local_variables  # => [:line_number]

IIRC, this comes from the ensure block wrapped around the program. Probably if we wrap it in a lambda and then call it, we can get it out of this scope.