Module ActiveSupport::CoreExtensions::Array::Wrapper
In: lib/active_support/core_ext/array/wrapper.rb

Methods

wrap  

Public Instance methods

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

[Validate]