class RDoc::Markup::Raw

def initialize *parts

def initialize *parts
  @parts = []
  @parts.concat parts
end