Skip to content

Instantly share code, notes, and snippets.

@awendt
Forked from fronx/scooby-doo.rb
Created September 24, 2010 13:09
Show Gist options
  • Save awendt/595329 to your computer and use it in GitHub Desktop.
Save awendt/595329 to your computer and use it in GitHub Desktop.
def scooby(&block)
`say #{yield}`
end
scooby do
"be-doo-be-doo"
end
@fronx
Copy link

fronx commented Sep 24, 2010

yay! ;)

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