method

accept

v1_9_2_180 - Show latest stable - Class: RDoc::Markup::Raw
accept(visitor)
public

No documentation available.

# File lib/rdoc/markup/raw.rb, line 30
  def accept visitor
    visitor.accept_raw self
  end