method

html_safe?

v3.0.9 - Show latest stable - Class: Fixnum
html_safe?()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 70
  def html_safe?
    true
  end