# File lib/puppet/error.rb, line 8 8: def backtrace 9: if defined?(@backtrace) 10: return @backtrace 11: else 12: return super 13: end 14: end