class HTTPDisk::Grep::TersePrinter
each match as path:match
Public Instance Methods
print(path, _payload, all_matches)
click to toggle source
# File lib/httpdisk/grep/printer.rb, line 91 def print(path, _payload, all_matches) all_matches.each do output.write("#{path}:") print_matches(_1) end end