Sha256: 6427e7630a59666ae0797da85634fe88f8bbf32df7e9946e2e6b5db2771fe82c

Contents?: true

Size: 130 Bytes

Versions: 1

Compression:

Stored size: 130 Bytes

Contents

module Massimo
  module Commands
    class Version < Base
      def run
        puts Massimo::VERSION
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
massimo-0.7.0 lib/massimo/commands/version.rb