module KernelSpecs
  class CallerLocationsTest
    def self.locations(*args)
      caller_locations(*args)
    end
  end
end
