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