You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should be able to say pluck(:a, :b) and return [[a-value-1, b-value-1], [a-value-2, b-value-2]... ]
note: pluck(:a) returns [a-value-1, a-value-2...] (i.e. its flattened one level)
The text was updated successfully, but these errors were encountered:
should be able to say
pluck(:a, :b)
and return[[a-value-1, b-value-1], [a-value-2, b-value-2]... ]
note:
pluck(:a)
returns[a-value-1, a-value-2...]
(i.e. its flattened one level)The text was updated successfully, but these errors were encountered: