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