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