Skip to content

Instantly share code, notes, and snippets.

@gmacdougall
Created July 8, 2015 17:24
Show Gist options
  • Save gmacdougall/d835ce59c3ae087ccdbf to your computer and use it in GitHub Desktop.
Save gmacdougall/d835ce59c3ae087ccdbf to your computer and use it in GitHub Desktop.
results = []
File.foreach('log') do |line|
hash = eval(line.split(' INFO -- : ').last)
results << hash
end
results.select! { |h| h["browsernizer"]["version"] == "39.0.2171.95" }
require 'pry'
binding.pry
puts 'done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment