Class: Height::Formatters::Base

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

Direct Known Subclasses

Imperial, Metric

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Base

Returns a new instance of Base.



4
5
6
# File 'lib/height/formatters/base.rb', line 4

def initialize(value)
  @value = value
end