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