Created
July 20, 2010 01:55
-
-
Save jschementi/482344 to your computer and use it in GitHub Desktop.
Summer of "Iron"
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
load_assembly "System.Core" | |
using_clr_extensions System::Linq | |
# ... | |
products. | |
where(lambda { |p| p.units_in_stock == 0 }). | |
each { |x| puts x.product_name } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment