method

inheritable_copy

rails latest stable - Class: ActiveSupport::InheritableOptions
inheritable_copy()
public

No documentation available.

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