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