class BasicObject

Extend everything with in_array.

Public Instance Methods

in_array() click to toggle source

Return the object in an array.

# File lib/in_array.rb, line 8
def in_array
  [self]
end