Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/core_ext/hash.rb
Instance Method Summary collapse
- #to_dimensions ⇒ Object (also: #to_size)
- #to_position ⇒ Object (also: #to_pos)
Instance Method Details
#to_dimensions ⇒ Object Also known as: to_size
8 9 10 |
# File 'lib/core_ext/hash.rb', line 8 def to_dimensions end |
#to_position ⇒ Object Also known as: to_pos
3 4 5 |
# File 'lib/core_ext/hash.rb', line 3 def to_position end |