# File lib/active_support/ordered_options.rb, line 57
    def inheritable_copy
      self.class.new(self)
    end