Skip to content

Instantly share code, notes, and snippets.

Created October 22, 2012 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3932662 to your computer and use it in GitHub Desktop.
Save anonymous/3932662 to your computer and use it in GitHub Desktop.
$ bin/mirb
mirb - Embeddable Interactive Ruby Shell

This is a very early version, please test and report errors.
Thanks :)

> 1 + 1
 => 2
> a = 1
 => 1
> 100.times {a += 1}
 => 100
> puts a
 => 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment