Help for this page

Select Code to Download


  1. or download this
    runtime error at - line 6.
    the transaction failed at - line 23
        main::main_sub() called at - line 27
    
  2. or download this
    runtime error at - line 6.
    the transaction failed at - line 23
            main::sub3() called at - line 3
            main::sub1() called at - line 13
        main::main_sub() called at - line 27
    
  3. or download this
    def dying_sub
        raise RuntimeError, "reason here"
    ...
    # test.rb:2:in `dying_sub'
    # test.rb:7:in `main'
    # test.rb:13