Skip to content

Commit

Permalink
groupedBy: is not defined in GLASS
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Jul 17, 2023
1 parent f81476e commit 5bc8bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ report

| objects |

objects := (objectsRead groupedBy:[:e | e class ]) associations sorted:[:a :b | a value size > b value size ].
objects := (objectsRead groupBy:[:e | e class ] having:[:e | true ]) associations sorted:[:a :b | a value size > b value size ].
^ String streamContents:[:str |
objects do:[:assoc |
str
Expand Down

0 comments on commit 5bc8bc5

Please sign in to comment.