Module: Junoser::Display::Base
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output.
4 5 6 |
# File 'lib/junoser/display/base.rb', line 4 def output @output end |
Instance Method Details
#initialize(io_or_string) ⇒ Object
6 7 8 9 |
# File 'lib/junoser/display/base.rb', line 6 def initialize(io_or_string) @input = io_or_string @output = $stdout end |