3 4 5
# File 'lib/twemojify/view_helpers.rb', line 3 def twemojify(text, options = {}) Twemojify.parse(html_escape(text), options).html_safe end