Class: HTTPDisk::Grep::SilentPrinter
- Defined in:
- lib/httpdisk/grep/printer.rb
Constant Summary
Constants inherited from Printer
Instance Attribute Summary
Attributes inherited from Printer
Instance Method Summary collapse
-
#initialize ⇒ SilentPrinter
constructor
A new instance of SilentPrinter.
Methods inherited from Printer
Constructor Details
#initialize ⇒ SilentPrinter
Returns a new instance of SilentPrinter.
85 86 87 |
# File 'lib/httpdisk/grep/printer.rb', line 85 def initialize super(nil) end |