Libraries
»
height
(0.0.1)
»
Index (N)
»
Numeric
Class: Numeric
Inherits:
Object
Object
Numeric
show all
Defined in:
lib/height/core_extensions.rb
Instance Method Summary
collapse
#
to_height
⇒ Object
Instance Method Details
#
to_height
⇒
Object
2 3 4
# File 'lib/height/core_extensions.rb', line 2
def
to_height
Height
.
new
(
self
)
end