Class: TextOutput
- Inherits:
-
Object
- Object
- TextOutput
- Defined in:
- lib/text_output.rb
Instance Method Summary collapse
Instance Method Details
#notify(point) ⇒ Object
2 3 4 5 |
# File 'lib/text_output.rb', line 2 def notify(point) $stdout.print("\r#{point.inspect}") $stdout.flush end |