Method: ActionView::OutputBuffer#html_safe

Defined in:
lib/action_view/buffers.rb

#html_safeObject



32
33
34
# File 'lib/action_view/buffers.rb', line 32

def to_s
  @raw_buffer.html_safe
end