Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/height/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_heightObject



2
3
4
# File 'lib/height/core_extensions.rb', line 2

def to_height
  Height.new(self)
end