summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/lib/rdoc/markup/paragraph.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/lib/rdoc/markup/paragraph.rb')
-rw-r--r--ruby_1_9_3/lib/rdoc/markup/paragraph.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/ruby_1_9_3/lib/rdoc/markup/paragraph.rb b/ruby_1_9_3/lib/rdoc/markup/paragraph.rb
deleted file mode 100644
index 808430d576..0000000000
--- a/ruby_1_9_3/lib/rdoc/markup/paragraph.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-##
-# A Paragraph of text
-
-class RDoc::Markup::Paragraph < RDoc::Markup::Raw
-
- ##
- # Calls #accept_paragraph on +visitor+
-
- def accept visitor
- visitor.accept_paragraph self
- end
-
-end
-