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