module RSpec::Support::RubyFeatures

def caller_locations_supported?

def caller_locations_supported?
  respond_to?(:caller_locations, true)
end