Libraries
»
asuka
(0.5.3)
»
Index
»
Asuka
»
Block
»
#to_html
Method: Asuka::Block#to_html
Defined in:
lib/asuka/document.rb
#
to_html
⇒
Object
59 60 61
# File 'lib/asuka/document.rb', line 59
def
to_html
wrap
tag
,
lines
.
join
(
"
<br/>\n
"
)
end