Libraries
»
features
(0.3.0)
»
Index
»
Feature
»
#story_html
Method: Feature#story_html
Defined in:
lib/feature.rb
#
story_html
⇒
Object
25 26 27
# File 'lib/feature.rb', line 25
def
story_html
story
.
split
(
"
\n
"
)
.
join
(
"
<br />
"
)
end