diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-13 18:09:27 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-13 09:47:22 +0000 |
commit | 76aaaf6434752b5dc407878a5268892f859b2bf5 () | |
tree | e36affc0de0b4f5400a70a215759f36ec0db439e /lib/un.rb | |
parent | de023b68aa32240d08e420f549edcb8df7d8452c (diff) |
[ruby/un] Expose UN::VERSION
https://.com/ruby/un/commit/47bcad1804
-rw-r--r-- | lib/un.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -412,6 +412,9 @@ def help end module UN # :nodoc: module_function def help(argv, output: $stdout) all = argv.empty? |