Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created January 26, 2011 03:36
Show Gist options
  • Save caleywoods/796180 to your computer and use it in GitHub Desktop.
Save caleywoods/796180 to your computer and use it in GitHub Desktop.
def test_calling_global_methods_without_parentheses
result = my_global_method 2, 3
assert_equal 5, result
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment