summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/raw.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup/raw.rb')
-rw-r--r--lib/rdoc/markup/raw.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rdoc/markup/raw.rb b/lib/rdoc/markup/raw.rb
index 1124be7cc8..ca877c79af 100644
--- a/lib/rdoc/markup/raw.rb
+++ b/lib/rdoc/markup/raw.rb
@@ -27,6 +27,9 @@ class RDoc::Markup::Raw
self.class == other.class and text == other.text
end
+ ##
+ # Calls #accept_raw+ on +visitor+
+
def accept visitor
visitor.accept_raw self
end
@@ -63,3 +66,4 @@ class RDoc::Markup::Raw
end
end
+