# File app/bin/send_mail.rb, line 18
        def main(argv)
                
                # 実行時引数を解析します。
                if @parser.parse!(argv)
                        # 処理します。
                        process
                else
                        # 使用方法を出力します。
                        puts @parser.help
                end
        end