Skip to content

Instantly share code, notes, and snippets.

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