Skip to content

Instantly share code, notes, and snippets.

@kaochenlong
Created June 14, 2011 18:01
Show Gist options
  • Save kaochenlong/1025464 to your computer and use it in GitHub Desktop.
Save kaochenlong/1025464 to your computer and use it in GitHub Desktop.
def make love
puts "I've made #{love} today"
end
def you want
want
end
love, want = "love", true
make love if you want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment