aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/kernel/fixtures/caller_locations.rb
blob: cc4e04d38f243653e110df2a1b2b064174648fa2 (plain)
1
2
3
4
5
6
7
module KernelSpecs
  class CallerLocationsTest
    def self.locations(*args)
      caller_locations(*args)
    end
  end
end