Sha256: 63a6baf8fe2b30000effe7dbb37e699f7936713c518a9bfb7f7cf479b4bfb95a
Contents?: true
Size: 201 Bytes
Versions: 50
Compression:
Stored size: 201 Bytes
Contents
# frozen_string_literal: true module GoNative module Commands class Version < Base desc 'Print version' def call(*) puts GoNative::VERSION end end end end
Version data entries
50 entries across 50 versions & 1 rubygems