Skip to content

Instantly share code, notes, and snippets.

@zambon
Forked from mmassaki/gist:3763257
Created September 28, 2012 21:26
Show Gist options
  • Save zambon/3802160 to your computer and use it in GitHub Desktop.
Save zambon/3802160 to your computer and use it in GitHub Desktop.
Ruby debugger hack
puts "Start typing away."
while (line = STDIN.readline).strip != ""
puts eval(line)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment