Flowdock
__setobj__(obj) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/delegate.rb, line 343
    def __setobj__(obj)  # :nodoc:
      raise ArgumentError, "cannot delegate to self" if self.equal?(obj)
      @delegate_dc_obj = obj
    end
Register or log in to add new notes.