Sha256: 82558ce06268324b9b82e629023c389af962eeab3da0d54da0eb7c4b32d2464d
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
# encoding: utf-8 # The mods of interest are {CLAide::ARGV}, {CLAide::Command}, and # {CLAide::InformativeError} # module CLAide # @return [String] # # CLAide’s version, following [semver](http://semver.org). # VERSION = '0.5.0' require 'claide/argv' require 'claide/command' require 'claide/help' require 'claide/informative_error' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
claide-0.5.0 | lib/claide.rb |