Method: Object#html_safe?

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

#html_safe?Boolean

Returns:

  • (Boolean)


123
124
125
# File 'lib/active_support/core_ext/string/output_safety.rb', line 123

def html_safe?
  false
end