diff options
Diffstat (limited to 'lib/un.rb')
| -rw-r--r-- | lib/un.rb | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -30,7 +30,6 @@ require "fileutils" require "optparse" module FileUtils -# @fileutils_label = "" @fileutils_output = $stdout end @@ -412,6 +411,9 @@ def help end module UN # :nodoc: + + VERSION = "0.3.0" + module_function def help(argv, output: $stdout) all = argv.empty? |
