# File lib/main/parameter.rb, line 492 def validate! each do |p| #p.adding_handlers do #next if p.arity == -1 #raise NotGiven, "#{ p.typename } not given" if(p.required? and (not p.given?)) #end p.setup! end end