Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created March 9, 2019 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havenwood/b28b7fcac46518051b46acd3310ed5d4 to your computer and use it in GitHub Desktop.
Save havenwood/b28b7fcac46518051b46acd3310ed5d4 to your computer and use it in GitHub Desktop.
example for #ruby irc
class Foo
end
def Foo
yield
end
Foo { puts 'hi' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment