top-level examples now compile and lint cleanly.

This commit is contained in:
Jeremy Ashkenas 2010-10-24 21:34:40 -04:00
parent 017e3a156e
commit 343c0fdef7
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ print a for a from 1 to 5
# if (3 ?gender):
# "Huh? Numbers are sexed? That's amazing." print.
if (3).gender?
if 3.gender?
print "Huh? Numbers are sexed? That's amazing."