Sha256: b2961ff02638080cf7484ed6ee7ec348660f90a0a440e77d07463343a9d0a4d6
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 Bytes
Contents
# -*- coding: utf-8 -*- # # Copyright 2013 whiteleaf. All rights reserved. # module Command class Version < CommandBase def self.oneline_help "バージョンを表示します" end def execute(argv) puts ::Version + " build " + ::CommitVersion end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
narou-1.6.3 | lib/command/version.rb |
narou-1.6.1 | lib/command/version.rb |
narou-1.6.0 | lib/command/version.rb |