class RDoc::Markup::Raw

def initialize *parts

def initialize *parts
  @parts = []
  @parts.push(*parts)
end