Created
January 19, 2015 15:25
-
-
Save robertodecurnex/06de195bae1c2a1fd1a9 to your computer and use it in GitHub Desktop.
Lambda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ = lambda {|name| "#{name} es un maricon que no se banca el alfabeto griego"} | |
λ.call('Franquito') | |
#=> "Franquito es un maricon que no se banca el alfabeto griego" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment