# File lib/rake.rb, line 313
313:     def initialize(code=0)
314:       @exitstatus = code
315:     end