Method: Esvg#html_safe

Defined in:
lib/esvg.rb

#html_safe(input) ⇒ Object



116
117
118
119
# File 'lib/esvg.rb', line 116

def html_safe(input)
  input = input.html_safe if rails?
  input
end