method
encode_with
v4.1.8 -
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 208
def encode_with(coder)
coder.represent_scalar nil, to_str
end