Sha256: 04ed56e0135fc6e5fd3390df793332f0bc1565ed977cdffc323af1039549abda

Contents?: true

Size: 222 Bytes

Versions: 2

Compression:

Stored size: 222 Bytes

Contents

require_relative "abstract"

module TTY
  class Command
    module Printers
      class Null < Abstract
        def write(*)
          # Do nothing
        end
      end # Null
    end # Printers
  end # Command
end # TTY

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tty-command-0.10.1 lib/tty/command/printers/null.rb
tty-command-0.10.0 lib/tty/command/printers/null.rb