Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/mesopotamian.rb
Overview
Extensions to the Array class
Instance Method Summary collapse
-
#to_m ⇒ Object
(also: #to_sex)
Convert this Array to a Mesopotamian.
Instance Method Details
#to_m ⇒ Object Also known as: to_sex
Convert this Array to a Mesopotamian
227 228 229 |
# File 'lib/mesopotamian.rb', line 227 def to_m Mesopotamian.new(to_a) end |