# File lib/util/wrapper.rb, line 39 def proton_get(*names) names.each { |name| proton_forward(name, "get_#{name}") }; end