Skip to content

Instantly share code, notes, and snippets.

@adambray
Created July 26, 2012 18:42
Show Gist options
  • Save adambray/3183717 to your computer and use it in GitHub Desktop.
Save adambray/3183717 to your computer and use it in GitHub Desktop.
row = []
row.each do |e|
if e.nil?
e = ''
end
row << e
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment