content(values)
Retrieves the content of values as a single String
# File lib/rdoc/rd/block_parser.rb, line 379 def content values values.map { |value| value.content }.join end