From 777fcd18a757e512b32f304829869ae8244ae264 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 3 Jul 2024 14:23:41 +0900 Subject: [PATCH] [ruby/shellwords] Satisfy `rdoc -C` https://github.com/ruby/shellwords/commit/fa50d40a33 --- lib/shellwords.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shellwords.rb b/lib/shellwords.rb index 067432e374..afd933a906 100644 --- a/lib/shellwords.rb +++ b/lib/shellwords.rb @@ -68,6 +68,7 @@ # 1: {IEEE Std 1003.1-2008, 2016 Edition, the Shell & Utilities volume}[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html] module Shellwords + # The version number string. VERSION = "0.2.0" # Splits a string into an array of tokens in the same way the UNIX