Libraries
»
rgithook
(3.0.3)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/plugins/html.rb
Instance Method Summary
collapse
#
to_html
⇒ Object
Instance Method Details
#
to_html
⇒
Object
35 36 37
# File 'lib/plugins/html.rb', line 35
def
to_html
self
.
map
{
|
e
|
e
.
to_html
}
.
join
(
"
\n
"
)
end