# File lib/buildr/core/project.rb, line 793 def first_time(&block) module_callbacks << Callback.new(:first_time, self.name, [], block) end