Method: Cuboid::Support::Mixins::Terminal#reputs
- Defined in:
- lib/cuboid/support/mixins/terminal.rb
#reputs(str = '') ⇒ Object
Clears the line before printing using ‘puts`.
14 15 16 |
# File 'lib/cuboid/support/mixins/terminal.rb', line 14 def reputs( str = '' ) reprint str + "\n" end |