# File lib/forwardable/extended.rb, line 17 def self.extended(klass) instance_methods.each do |method| klass.private_class_method( method ) end end