Skip to content

Instantly share code, notes, and snippets.

@fdelacruz
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save fdelacruz/14bb0f39621afc6c1c90 to your computer and use it in GitHub Desktop.

Select an option

Save fdelacruz/14bb0f39621afc6c1c90 to your computer and use it in GitHub Desktop.
def lambda_test
lam = lambda { return }
lam.call
puts "Hello world"
end
lambda_test # calling lambda_test prints 'Hello World'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment