Skip to content

Instantly share code, notes, and snippets.

@jjb
Created February 20, 2013 21:01
Show Gist options
  • Save jjb/4999583 to your computer and use it in GitHub Desktop.
Save jjb/4999583 to your computer and use it in GitHub Desktop.
def my_method(arg1, arg2)
Foo.typecheck arg1
Bar.typecheck arg2
puts "The method finished!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment