Skip to content

Instantly share code, notes, and snippets.

@sixtyfive
Created February 8, 2016 11:35
Show Gist options
  • Save sixtyfive/1128f8770fae9c3351c3 to your computer and use it in GitHub Desktop.
Save sixtyfive/1128f8770fae9c3351c3 to your computer and use it in GitHub Desktop.
(['', 'foo', '', 'bar', ''].map {|a| a.blank? ? nil : a}).compact.join('_')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment