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