Method: Feature#story_html

Defined in:
lib/feature.rb

#story_htmlObject



25
26
27
# File 'lib/feature.rb', line 25

def story_html
  story.split("\n").join(" <br />")
end