Method: HighLine#output
- Defined in:
- lib/highline.rb
#output ⇒ IO (readonly)
Returns the default output stream for a HighLine instance.
171 172 173 |
# File 'lib/highline.rb', line 171 def output @output end |
Returns the default output stream for a HighLine instance.
171 172 173 |
# File 'lib/highline.rb', line 171 def output @output end |