class method
self.new
Ruby on Rails edge
Since v3.0.20Signature
self.new(_str = "")
No documentation comment.
Parameters
-
_stropt = ""
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 71
def initialize(_str = "")
super
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer