Method: Object#html_safe?

Defined in:
activesupport/lib/active_support/core_ext/string/output_safety.rb

#html_safe?Boolean

Returns:

  • (Boolean)

7
8
9
# File 'activesupport/lib/active_support/core_ext/string/output_safety.rb', line 7

def html_safe?
  false
end