# File lib/util/wrapper.rb, line 38
      def proton_set(*names) names.each { |name| proton_forward("#{name}=", "set_#{name}") }; end