# File lib/luck/pane.rb, line 43 def control name, type, *args, &blck @controls[name] = type.new(self, *args, &blck) end