method

wrap

rails latest stable - Class: ActiveSupport::CoreExtensions::Array::Wrapper

Method deprecated or moved

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

wrap(object)
public

Wraps the object in an Array unless it’s an Array. Converts the object to an Array using #to_ary if it implements that.