method
encode_with
rails latest stable - Class:
ActiveSupport::SafeBuffer
encode_with(coder)public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 153
def encode_with(coder)
coder.represent_object nil, to_str
end