[ruby/un] Expose UN::VERSION

47bcad1804
This commit is contained in:
Hiroshi SHIBATA 2023-04-13 18:09:27 +09:00 committed by git
parent de023b68aa
commit 76aaaf6434
2 changed files with 12 additions and 2 deletions

View file

@ -412,6 +412,9 @@ def help
end
module UN # :nodoc:
VERSION = "0.2.1"
module_function
def help(argv, output: $stdout)
all = argv.empty?