module StackTrace::Patterns
Constants
- GENERIC
@return [Regexp] the pattern that tries to assume what a generic stack
frame might look like, when exception's backtrace is set manually.
- JAVA
@return [Regexp] the pattern that matches JRuby Java stack frames, such
as org.jruby.ast.NewlineNode.interpret(NewlineNode.java:105)
- RUBY
@return [Regexp] the pattern that matches standard Ruby stack frames,
such as ./spec/notice_spec.rb:43:in `block (3 levels) in <top (required)>'