class method
self.new
Ruby on Rails 5.0.7.2
Since v3.0.20Signature
self.new()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 146
def initialize
super 'Could not concatenate to the buffer because it is not html safe.'
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 146
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer::SafeConcatError