Module: Stay::StringExtensions
- Defined in:
- lib/stay/string_extensions.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
3 4 5 6 |
# File 'lib/stay/string_extensions.rb', line 3 def to_html html = self.gsub(" ", " ").gsub("\n", "<br />") html end |