class TTY::Command::Printers::Null

Public Instance Methods

write(*) click to toggle source
# File lib/tty/command/printers/null.rb, line 7
def write(*)
  # Do nothing
end