method `surround` renders text as is instead of html, f.e. ``` = surround '<div>test</div>'.html_safe do %div ``` renders `<div>asdsad</div><div></div><div>asdsad</div>`
method
surroundrenders text as is instead of html, f.e.renders
<div>asdsad</div><div></div><div>asdsad</div>