# File lib/cause.rb, line 7
    def initialize(*a)
      @cause = $!
      old_initialize(*a)
    end