method
to_str
rails latest stable - Class:
ActionView::Template::HTML
to_str()public
No documentation available.
# File actionview/lib/action_view/template/html.rb, line 20
def to_str
ERB::Util.h(@string)
end to_str()No documentation available.
# File actionview/lib/action_view/template/html.rb, line 20
def to_str
ERB::Util.h(@string)
end