method
to_yaml
v3.0.9 -
Show latest stable
- Class:
ActiveSupport::SafeBuffer
to_yaml(*args)public
No documentation available.
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 109
def to_yaml(*args)
to_str.to_yaml(*args)
end