Class: HTTPDisk::Grep::SilentPrinter

Inherits:
Printer
  • Object
show all
Defined in:
lib/httpdisk/grep/printer.rb

Constant Summary

Constants inherited from Printer

Printer::GREP_COLOR

Instance Attribute Summary

Attributes inherited from Printer

#output

Instance Method Summary collapse

Methods inherited from Printer

#print

Constructor Details

#initializeSilentPrinter

Returns a new instance of SilentPrinter.



85
86
87
# File 'lib/httpdisk/grep/printer.rb', line 85

def initialize
  super(nil)
end