Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll

mikecmpbll/eg.rb Secret

Created April 8, 2015 14:09
Show Gist options
  • Save mikecmpbll/2a83c19502d4beff7e5e to your computer and use it in GitHub Desktop.
Save mikecmpbll/2a83c19502d4beff7e5e to your computer and use it in GitHub Desktop.
dosarParteNume = ""
[dosar[:parti][:dosar_parte]].flatten.each do |parte|
dosarParteNume += parte[:nume] + "#"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment