method
encode_with
v6.1.7.7 -
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 277
def encode_with(coder)
coder.represent_object nil, to_str
end