Skip to content

Instantly share code, notes, and snippets.

Created July 15, 2016 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2eaaf30673cca7b7564a926ca40a6b67 to your computer and use it in GitHub Desktop.
Save anonymous/2eaaf30673cca7b7564a926ca40a6b67 to your computer and use it in GitHub Desktop.
name, pid, created_at, host, request_uri = lock.split(',')
name.strip!
pid.strip!
created_at.strip!
host.strip!
request_uri.strip!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment