# File lib/main/program/class_methods.rb, line 188 def argument(*a, &b) (parameters << Parameter.create(:argument, self, *a, &b)).last end