glossarist / glossarist-ruby

Concept modeller in Ruby
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Concept collection sorting functionality through Enumerable #86

Closed ronaldtse closed 7 months ago

ronaldtse commented 7 months ago

A concept collection should adopt Ruby's Enumerable interface so it can be iterated and sorted.

HassanAkbar commented 7 months ago

@ronaldtse This has already been done here, will add this to the documentation as well.

HassanAkbar commented 7 months ago

@ronaldtse the concept collection inherits from the Enumerable module and is also added to the documentation here. Should we close this now?

ronaldtse commented 7 months ago

That's perfect. Thanks!