class method
self.new
Ruby on Rails edge
Since edgeSignature
self.new(delegated_obj)
No documentation comment.
Parameters
-
delegated_objreq
Source
# File activesupport/lib/active_support/delegation.rb, line 28
def initialize(delegated_obj)
@delegate_dc_obj = delegated_obj
end
Defined in activesupport/lib/active_support/delegation.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Delegation::ClassDelegator