Skip to content

Instantly share code, notes, and snippets.

@simonc
Created September 9, 2011 17:41
Show Gist options
  • Save simonc/1206843 to your computer and use it in GitHub Desktop.
Save simonc/1206843 to your computer and use it in GitHub Desktop.
Human DNA
class Human
attr_reader :smart
def initialize
@smart = (rand == rand)
end
end
@Tibshot
Copy link

Tibshot commented Sep 11, 2011

MER IL ET FOU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment