Skip to content

Commit

Permalink
Satisfy rdoc -C
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 3, 2024
1 parent fe44047 commit 92ce99f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .builtins.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# :stopdoc:
class Array end
class String end
# :startdoc:
1 change: 1 addition & 0 deletions .document
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
LICENSE.txt
README.md
.builtins.rb
lib/
1 change: 1 addition & 0 deletions lib/shellwords.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92ce99f

Please sign in to comment.