= private = protected
new(obj)
Pass in the obj to delegate method calls to. All methods supported by obj will be delegated to.
# File lib/delegate.rb, line 71 def initialize(obj) __setobj__(obj) end