Sha256: 2a4725c9bc10f364f7a3696d2f64d2279ff07fd3a4541912346a4a60ee38f400
Contents?: true
Size: 300 Bytes
Versions: 2
Compression:
Stored size: 300 Bytes
Contents
module Lhj class Command class Trans < Command self.summary = '用于中英转换' self.description = '中英转换' def initialize(argv) super end def validate! super end def run p 'hello world' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lhj-tools-0.1.1 | lib/lhj/command/trans.rb |
lhj-tools-0.1.0 | lib/lhj/command/trans.rb |