Skip to content

Instantly share code, notes, and snippets.

@SkyBirdSoar

SkyBirdSoar/f.rb Secret

Forked from EdwardIII/f.rb
Created October 7, 2015 17:18
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 SkyBirdSoar/40e0d855b073b9ea16ff to your computer and use it in GitHub Desktop.
Save SkyBirdSoar/40e0d855b073b9ea16ff to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
people = ['beavis', 'butthead', 'cornholio']
people.each &(lambda do p puts p end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment