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