# File lib/puppet/util/warnings.rb, line 14
14:     def clear_warnings()
15:         @stampwarnings = {}
16:         return nil
17:     end