Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created July 1, 2012 20:24
Show Gist options
  • Save benphelps/3029496 to your computer and use it in GitHub Desktop.
Save benphelps/3029496 to your computer and use it in GitHub Desktop.
new(delay: p[:delay], status: p[:status], timestamp: n, (p[:status] != 'OK' ? error: p[:message] : error: nil))
syntax error, unexpected ':', expecting ')'
... != 'OK' ? error: p[:message] : error: nil))
... ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment