method
encode_with
v3.2.1 -
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 147
def encode_with(coder)
coder.represent_scalar nil, to_str
end