method

html_safe?

rails latest stable - Class: ActionView::OutputBuffer
html_safe?()
public

No documentation available.

# File actionview/lib/action_view/buffers.rb, line 38
    def html_safe?
      true
    end