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