method

html_safe?

rails latest stable - Class: ActiveSupport::SafeBuffer

Method not available on this version

This method is only available on newer versions. The first available version (v2.3.8) is shown here.

html_safe?()
public

No documentation available.

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