跳到內文 跳到搜尋

ActiveSupport::SafeBuffer#safe_concat 被呼叫在不安全的緩衝區時會引發。

方法
N

類別公開方法

new()

# 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