Class: Height::Formatters::Base
- Inherits:
-
Object
- Object
- Height::Formatters::Base
- Defined in:
- lib/height/formatters/base.rb
Instance Method Summary collapse
-
#initialize(value) ⇒ Base
constructor
A new instance of Base.
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 |