# File lib/buildr/ide/idea.rb, line 531 def ipr if ipr? @ipr ||= IdeaProject.new(self) else raise "Only the root project has an IPR" end end