method

inheritable_copy

inheritable_copy()
public

No documentation available.

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