# File lib/util/wrapper.rb, line 41
      def proton_set_get(*names) names.each { |name| proton_get(name); proton_set(name) }; end