Skip to content

Instantly share code, notes, and snippets.

@mkmik
Created February 12, 2009 00:04
Show Gist options
  • Save mkmik/62384 to your computer and use it in GitHub Desktop.
Save mkmik/62384 to your computer and use it in GitHub Desktop.
def test?
return 'f'
end
if test?
print 'true'
else
print 'false'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment