Skip to content

Instantly share code, notes, and snippets.

@mmassaki
Created September 21, 2012 19:03
Show Gist options
  • Save mmassaki/3763257 to your computer and use it in GitHub Desktop.
Save mmassaki/3763257 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