# File lib/cgikit/command.rb, line 288
  def control_at( index, klass = HTMLControl )
    Command.element_at(@controls, index, klass)
  end