class Inventarium::CLI::Version

Public Instance Methods

call(*) click to toggle source
# File lib/inventarium/cli/version.rb, line 6
def call(*)
  puts Inventarium::VERSION
end