Skip to content

Instantly share code, notes, and snippets.

@darthdeus
Created December 7, 2010 16:58
Show Gist options
  • Save darthdeus/732057 to your computer and use it in GitHub Desktop.
Save darthdeus/732057 to your computer and use it in GitHub Desktop.
First Ruby koan
# We shall contemplate truth by testing reality, via asserts.
def test_assert_truth
assert __ # This should be true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment