Skip to content

Instantly share code, notes, and snippets.

@NeilHanlon
Created October 4, 2017 17:35
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 NeilHanlon/9c75f0cee1bc5a9204339fce0d72f55f to your computer and use it in GitHub Desktop.
Save NeilHanlon/9c75f0cee1bc5a9204339fce0d72f55f to your computer and use it in GitHub Desktop.
2.3.0 :047 > q.first[1]["name_label"]
=> "xenc"
2.3.0 :048 > q.select{|t| t[1]["name_label"].to_s == "xenc"}
=> {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment