# File lib/util/wrapper.rb, line 37 def proton_caller(*names) names.each { |name| proton_forward(name, name) }; end