Skip to content

Instantly share code, notes, and snippets.

Created April 25, 2015 02:41
Show Gist options
  • Save anonymous/b49be7bee1d7d6f6ca30 to your computer and use it in GitHub Desktop.
Save anonymous/b49be7bee1d7d6f6ca30 to your computer and use it in GitHub Desktop.
def common(string)
i=0
while i < 1
i++
end
return i
end
puts common "hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment