- just print matching lines

This commit is contained in:
Jordan Sissel 2010-04-14 09:06:36 +00:00
parent 418efeb2fd
commit 5c8bef85db

View file

@ -58,7 +58,7 @@ if __FILE__ == $0
ap query
i.search(query) do |key, value|
#ap [key, value["@DATE"], value["@LINE"]]
#puts value["@LINE"]
ap value
puts value["@LINE"]
#ap value
end
end