Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created June 2, 2015 16:26
Show Gist options
  • Save anonymous/26b9f242e77c1e97ef78 to your computer and use it in GitHub Desktop.
Save anonymous/26b9f242e77c1e97ef78 to your computer and use it in GitHub Desktop.
array = [1,2,3,4,5]
array.each do |x|
x += 10
print "#{x}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment