Skip to content

Instantly share code, notes, and snippets.

@Omrika
Created November 17, 2014 03:19
Show Gist options
  • Save Omrika/333cc33aded091ea5aef to your computer and use it in GitHub Desktop.
Save Omrika/333cc33aded091ea5aef to your computer and use it in GitHub Desktop.
def meth(a, b)
puts a + b
end
meth(3, 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment