Module: InArrayable
- Included in:
- Array
- Defined in:
- lib/in_array.rb
Overview
A mixinable module to be included in class that already holds data in_array.
Instance Method Summary collapse
-
#in_array ⇒ Object
Return the object in an array.
Instance Method Details
#in_array ⇒ Object
Return the object in an array. Already is!
14 15 16 |
# File 'lib/in_array.rb', line 14 def in_array self end |