# File lib/buildr/ide/idea.rb, line 45 def add_component(name, attrs = {}, &xml) self.components << create_component(name, attrs, &xml) end