Add new method to set
require 'set' class OrderedSet < Set def initialize @hash ||= OrderedHash.new end end