module ObjectIdentifier::ArrayWrap

ObjectIdentifier::ArrayWrap mirrors the implementation of Rails’ Array.wrap method. This allows us to get around objects that respond to ‘to_a` (such as Struct) and, instead, either utilize `to_ary` or just actually wrap the object in an Array ourselves.