Skip to content

Instantly share code, notes, and snippets.

@fronx
Created September 24, 2010 08:59
Show Gist options
  • Save fronx/595084 to your computer and use it in GitHub Desktop.
Save fronx/595084 to your computer and use it in GitHub Desktop.
def scooby
`say #{yield}`
end
scooby do
"doo-be-doo-be-doo"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment