# File lib/luck/display.rb, line 31
  def alert name, *args, &blck
    @panes[name] = Alert.new(self, *args, &blck)
  end