class HTTPDisk::Grep::CountPrinter
path:count
Public Instance Methods
print(path, _payload, all_matches)
click to toggle source
# File lib/httpdisk/grep/printer.rb, line 51 def print(path, _payload, all_matches) output.puts "#{path}:#{all_matches.length}" end