158 159 160
# File 'lib/ordered_set.rb', line 158 def to_ordered_set self.kind_of?(OrderedSet) ? self : OrderedSet.new(self) end