Skip to content

Instantly share code, notes, and snippets.

@yangsu
Created January 28, 2013 03:39
Show Gist options
  • Save yangsu/4652828 to your computer and use it in GitHub Desktop.
Save yangsu/4652828 to your computer and use it in GitHub Desktop.
Ruby Function Declaration
def be_truthful
42
true # The last expression is always the one that gets returned
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment