instance method
clone_empty
Ruby on Rails 4.1.16
Since v3.0.20 Last seen in v7.0.10Signature
clone_empty()
No documentation comment.
Source
# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 172
def clone_empty
self[0, 0]
end
Defined in activesupport/lib/active_support/core_ext/string/output_safety.rb line 172
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::SafeBuffer