Skip to content

Instantly share code, notes, and snippets.

@vipulnsward
Created October 5, 2013 07:06
Show Gist options
  • Save vipulnsward/6837667 to your computer and use it in GitHub Desktop.
Save vipulnsward/6837667 to your computer and use it in GitHub Desktop.
(main)> products.valueForKeyPath("@count")
=> 4
(main)> products.valueForKeyPath("@sum.price")
=> 3526.0
(nil)? products.valueForKeyPath("@avg.price")
=> 881.5
(nil)? products.valueForKeyPath("@max.price")
=> 1699
(main)> products.valueForKeyPath("@min.launched_on")
=> 2012-06-11 00:00:00 +0530
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment