summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/fixtures/caller.rb
blob: ae3e13e9c928517ed731e84add32bbf96a559c63 (plain)
1
2
3
4
5
6
7
module KernelSpecs
  class CallerTest
    def self.locations(*args)
      caller(*args)
    end
  end
end