Skip to content

Instantly share code, notes, and snippets.

@tarcieri
Created September 4, 2008 03:05
Show Gist options
  • Select an option

  • Save tarcieri/8706 to your computer and use it in GitHub Desktop.

Select an option

Save tarcieri/8706 to your computer and use it in GitHub Desktop.
>> puts(fun do
.. puts("Why hello there")
.. puts("How are you doing?")
.. 42
.. .to_s())
..
#<Lambda>
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment