Skip to content
  • Eugene Kenny's avatar
    a4914a43
    Add Enumerable#pick to complement Relation#pick · a4914a43
    Eugene Kenny authored
    This allows `pick` to be called on an object that could either be an
    enumerable or a relation.
    
    Also clarify the documentation for `Enumerable#pluck`, and add an
    example of plucking multiple keys to the core extensions guide.
    a4914a43
    Add Enumerable#pick to complement Relation#pick
    Eugene Kenny authored
    This allows `pick` to be called on an object that could either be an
    enumerable or a relation.
    
    Also clarify the documentation for `Enumerable#pluck`, and add an
    example of plucking multiple keys to the core extensions guide.
Loading