Sha256: 0413701025e98928657d732fe8e888195be9b26a804f0d970bcc651612e59d5f
Contents?: true
Size: 253 Bytes
Versions: 9
Compression:
Stored size: 253 Bytes
Contents
# encoding: utf-8 require 'tty/command/printers/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
9 entries across 9 versions & 1 rubygems