Skip to content

Instantly share code, notes, and snippets.

@Genki-S
Created April 11, 2015 03:36
Show Gist options
  • Save Genki-S/f698a688ca4f6ef7c74b to your computer and use it in GitHub Desktop.
Save Genki-S/f698a688ca4f6ef7c74b to your computer and use it in GitHub Desktop.
def a_method
s = 0
10.times do |x|
s += x
end
s
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment