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