lib/tty/command/printers/quiet.rb in tty-command-0.4.0 vs lib/tty/command/printers/quiet.rb in tty-command-0.5.0
- old
+ new
@@ -15,10 +15,10 @@
def print_command_exit(cmd, *args)
# quiet
end
def write(message)
- output.print(message)
+ output << message
end
end # Progress
end # Printers
end # Command
end # TTY