Skip to content

Instantly share code, notes, and snippets.

@tristanoneil
Created January 31, 2012 16:16
Show Gist options
  • Save tristanoneil/1711388 to your computer and use it in GitHub Desktop.
Save tristanoneil/1711388 to your computer and use it in GitHub Desktop.
reject columns
.reject { |key, value| columns.map(&:name).include?(key) }.keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment