# File lib/main/parameter.rb, line 135
    def argument_optional?
      argument and
        argument.to_s.downcase.to_sym == :optional
    end