Skip to content

Commit fa50d40

Browse files
committed
Satisfy rdoc -C
1 parent 090bdfb commit fa50d40

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.builtins.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# :stopdoc:
2+
class Array end
3+
class String end
4+
# :startdoc:

.document

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
LICENSE.txt
22
README.md
3+
.builtins.rb
34
lib/

lib/shellwords.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
# 1: {IEEE Std 1003.1-2008, 2016 Edition, the Shell & Utilities volume}[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html]
6969

7070
module Shellwords
71+
# The version number string.
7172
VERSION = "0.2.0"
7273

7374
# Splits a string into an array of tokens in the same way the UNIX

0 commit comments

Comments
 (0)