Class: Kor::Output::Base
- Inherits:
-
Object
- Object
- Kor::Output::Base
- Defined in:
- lib/kor/output/base.rb
Instance Method Summary collapse
- #finish ⇒ Object
- #head(keys) ⇒ Object
-
#initialize(io) ⇒ Base
constructor
A new instance of Base.
- #io ⇒ Object
- #parse(opt) ⇒ Object
- #puts(values) ⇒ Object
Constructor Details
#initialize(io) ⇒ Base
Returns a new instance of Base.
4 5 6 |
# File 'lib/kor/output/base.rb', line 4 def initialize(io) @io = io end |
Instance Method Details
#finish ⇒ Object
21 22 |
# File 'lib/kor/output/base.rb', line 21 def finish end |
#head(keys) ⇒ Object
15 16 |
# File 'lib/kor/output/base.rb', line 15 def head(keys) end |
#io ⇒ Object
8 9 10 |
# File 'lib/kor/output/base.rb', line 8 def io @io end |
#parse(opt) ⇒ Object
12 13 |
# File 'lib/kor/output/base.rb', line 12 def parse(opt) end |
#puts(values) ⇒ Object
18 19 |
# File 'lib/kor/output/base.rb', line 18 def puts(values) end |