Method: TTY::Reader#inspect
- Defined in:
- lib/tty/reader.rb
#inspect ⇒ String
Inspect class name and public attributes
460 461 462 |
# File 'lib/tty/reader.rb', line 460 def inspect "#<#{self.class}: @input=#{input}, @output=#{output}>" end |