# File lib/rdoc/tokenstream.rb, line 19
def
add_tokens
(
tks
)
tks
.
each
{
|
tk
|
add_token
(
tk
)}
end