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