method
encode_with
v7.1.3.4 -
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 153
def encode_with(coder)
coder.represent_object nil, to_str
end