# File lib/dm-core/support/ordered_set.rb, line 318 def each return to_enum unless block_given? entries.each { |entry| yield(entry) } self end