當對不安全的緩衝器呼叫 ActiveSupport::SafeBuffer#safe_concat
時引發。
方法
- N
類別公有方法
new() 連結
Source: 顯示 | 在 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