method
encode_with
v4.2.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 225
def encode_with(coder)
coder.represent_object nil, to_str
end