# File lib/cgikit/command.rb, line 213
  def initialize( command, attributes = {}, content = nil )
    @attributes = attributes
    @command = command
    @content = content
  end