new(obj)
Pass in the obj you would like to delegate method calls to.
# File lib/delegate.rb, line 200 def initialize(obj) super @_sd_obj = obj end