Object
# File lib/puppet/vendor/rgen/test/method_delegation_test.rb, line 11 def common_delegated(delegator) @callcount ||= 0 @callcount += 1 case @mode when :continue throw :continue when :delegatorId delegator.object_id when :return7 7 end end