diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-07-03 14:23:41 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-07-03 10:15:23 +0000 |
commit | 777fcd18a757e512b32f304829869ae8244ae264 () | |
tree | a52e5134622fc638f65e4f82bd3ae72a61a85e96 /lib/shellwords.rb | |
parent | 7a4314740709b8e2a4b65ab2af22422b2fb76a05 (diff) |
[ruby/shellwords] Satisfy `rdoc -C`
https://.com/ruby/shellwords/commit/fa50d40a33
-rw-r--r-- | lib/shellwords.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 VERSION = "0.2.0" # Splits a string into an array of tokens in the same way the UNIX |