Class: Hospital::Formatter::Base
- Inherits:
-
Object
- Object
- Hospital::Formatter::Base
- Defined in:
- lib/hospital/formatter/base.rb
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
- #result ⇒ Object
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/hospital/formatter/base.rb', line 4 def initialize @buffer = "" end |
Instance Method Details
#result ⇒ Object
8 9 10 |
# File 'lib/hospital/formatter/base.rb', line 8 def result @buffer end |