From 92ce99f3b0e4c17dc4b898d61d9c7d437befebd3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 3 Jul 2024 14:23:41 +0900 Subject: [PATCH] Satisfy `rdoc -C` --- .builtins.rb | 4 ++++ .document | 1 + lib/shellwords.rb | 1 + 3 files changed, 6 insertions(+) create mode 100644 .builtins.rb diff --git a/.builtins.rb b/.builtins.rb new file mode 100644 index 0000000..e42b8ac --- /dev/null +++ b/.builtins.rb @@ -0,0 +1,4 @@ +# :stopdoc: +class Array end +class String end +# :startdoc: diff --git a/.document b/.document index 5035202..bbe8ade 100644 --- a/.document +++ b/.document @@ -1,3 +1,4 @@ LICENSE.txt README.md +.builtins.rb lib/ diff --git a/lib/shellwords.rb b/lib/shellwords.rb index 067432e..afd933a 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