Example #1
0
 @Specialization
 public RubyArray backtrace(RubyException exception) {
   return exception.getBacktrace();
 }