module InArrayAlready

A mixin module to be included in any class that already holds data in_array.

Public Instance Methods

in_array() click to toggle source

Return the object in an array. Already is!

# File lib/in_array.rb, line 16
def in_array
  self
end