module Forwardable::Extended
def self.extended(klass)
def self.extended(klass) instance_methods.each do |method| klass.private_class_method( method ) end end
def self.extended(klass) instance_methods.each do |method| klass.private_class_method( method ) end end