method

prepend!

rails latest stable - Class: ActiveSupport::SafeBuffer

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.

prepend!(value)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/string/output_safety.rb, line 193
    def prepend!(value)
      ActiveSupport::Deprecation.deprecation_warning "ActiveSupport::SafeBuffer#prepend!", :prepend
      prepend value
    end