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