Skip to content

Instantly share code, notes, and snippets.

@bakkdoor
Created March 6, 2011 23:59
Show Gist options
  • Save bakkdoor/857885 to your computer and use it in GitHub Desktop.
Save bakkdoor/857885 to your computer and use it in GitHub Desktop.
def meth: block {
block call: [1,2]
}
meth: |a,b| {
# do stuff here with a and b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment