当 ActiveSupport::SafeBuffer#safe_concat
在不安全缓冲区上调用时引发。
方法
- N
类公共方法
new() 链接
来源: 显示 | 在 GitHub 上
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 33 def initialize super "Could not concatenate to the buffer because it is not HTML safe." end