Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Dir.glob("*").each do |pc|
  2. File.open(pc).read =~ /aug08cpocRidingProfileTitle>([^<]*)</
  3. puts "#{pc},#{$1}"
  4. end
Add Comment
Please, Sign In to add comment