Skip to content

Instantly share code, notes, and snippets.

@snowe2010
Created October 7, 2012 06:26
Show Gist options
  • Save snowe2010/3847304 to your computer and use it in GitHub Desktop.
Save snowe2010/3847304 to your computer and use it in GitHub Desktop.
Removing blank lines from an array in ruby
lines_after_strip.reject! { |line| line.empty? }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment