Libraries
»
markdownplus
(0.2.0)
»
Index
»
Markdownplus
»
Block
»
#lines
Method: Markdownplus::Block#lines
Defined in:
lib/markdownplus/parser.rb
#
lines
⇒
Object
116 117 118
# File 'lib/markdownplus/parser.rb', line 116
def
lines
self
.
input
.
split
(
"\n"
)
end