Exploring higher-order procedures in Ruby through a Scheme's example. hexdevs.com/posts/higher...
Ruby on Rails - pick id and title from the first Post using `#pick`: `Post.where(title: "hexdevs - pluck vs pick").pick(:id, :title)`
Rails tip: need to `#pluck` from the first record? Use `#pick`!