Looking at this API I can't help but think it could go a lot further if `backtrace` returned a type of Backtrace object which was Enumerable and then... ``` backtrace.each backtrace.include? backtrace.any? ``` etc.
Looking at this API I can't help but think it could go a lot further if
backtracereturned a type of Backtrace object which was Enumerable and then...etc.