Skip to content

Instantly share code, notes, and snippets.

@bradland
Created January 26, 2012 16:51
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 bradland/1683738 to your computer and use it in GitHub Desktop.
Save bradland/1683738 to your computer and use it in GitHub Desktop.
Collect keys in nested hash
def collect_mysql_variables
@data.values.collect { |value| value.key }.uniq!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment