Sha256: 91ce00f321ea45f2b977c1accb8b5417d1dd789a86eb59a415554e1dcf528055
Contents?: true
Size: 209 Bytes
Versions: 3
Compression:
Stored size: 209 Bytes
Contents
module RDoc def self.caller(skip=nil) in_gem_wrapper = false Kernel.caller.reject { |call| in_gem_wrapper ||= call =~ /#{Regexp.escape $0}:\d+:in `load'/ } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
puppet-0.25.4 | lib/puppet/util/monkey_patches.rb |
puppet-0.25.3 | lib/puppet/util/monkey_patches.rb |
puppet-0.25.2 | lib/puppet/util/monkey_patches.rb |