# File lib/cgikit/command.rb, line 140 def []( name ) if Integer === name then element_at(name) else element(name) end end