```ruby expect(sorted_fruit.map { |fruit| fruit["name"] }). # order by size to eq(["apple", "strawberry", "blueberry"]) ``` For more details, see https://github.com/prettier/plugin-ruby/issues/1034