A Paragraph
of text
# File lib/rdoc/markup/paragraph.rb, line 10 def accept(visitor) visitor.accept_paragraph self end
Calls accept_paragraph on visitor
# File lib/rdoc/markup/paragraph.rb, line 18 def text(hard_break = '') @parts.map do |part| if RDoc::Markup::HardBreak === part then hard_break else part end end.join end
Joins the raw paragraph text and converts inline HardBreaks to the hard_break text.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4