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