Skip to content

Instantly share code, notes, and snippets.

@Zoxc
Created April 23, 2012 00:47
Show Gist options
  • Save Zoxc/2467851 to your computer and use it in GitHub Desktop.
Save Zoxc/2467851 to your computer and use it in GitHub Desktop.
Mirb Exception Reporting
> tap { raise "hi" }
RuntimeError: hi
in main.Kernel(Object)#raise("hi")
in main.#<Class:main>(Object)#main(main)
Input:1: tap { raise "hi" }
~~~~~~~~~~
in #<Proc:0x4c2048>.Proc#call(main)
in main.Object#tap()
in main.#<Class:main>(Object)#main()
Input:1: tap { raise "hi" }
~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment