This method is available since Ruby 2.2 To reproduce ```ruby Thread.current.backtrace_locations ``` Error: ``` NoMethodError: undefined method `backtrace_locations' for Thread:Class from (irb):1 from ~/.rubies/truffleruby-1.0.0-rc11/bin/irb:29:in `<main>' ```