# File lib/util/wrapper.rb, line 40 def proton_is(*names) names.each { |name| proton_forward("#{name}?", "is_#{name}") }; end