Module: Stay::StringExtensions

Defined in:
lib/stay/string_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



3
4
5
6
# File 'lib/stay/string_extensions.rb', line 3

def to_html
  html = self.gsub("  ", "&nbsp;&nbsp;").gsub("\n", "<br />")
  html
end