Sha256: 3bad2084cbf8fb776b668da4af5506ec04b98435288c9cea1a61560acd6d8c4c
Contents?: true
Size: 267 Bytes
Versions: 3
Compression:
Stored size: 267 Bytes
Contents
# -*- coding: utf-8 -*- # # Copyright 2013 whiteleaf. All rights reserved. # module Command class Interactive < CommandBase def execute(argv) super end def oneline_help "対話モードを起動します" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
narou-1.2.0 | lib/command/interactive.rb |
narou-1.1.2.1 | lib/command/interactive.rb |
narou-1.1.2 | lib/command/interactive.rb |