Sha256: 419ff5d6162919631273b43003564a7e3fe3e2b5a3af3704d44a15be09a14564
Contents?: true
Size: 314 Bytes
Versions: 60
Compression:
Stored size: 314 Bytes
Contents
module RSence module ArgvUtil # Main parser for the help command def help( cmd ) cmd.to_sym! if cmd.class != Symbol puts @strs[:help][:head] if @strs[:help].has_key?(cmd) puts @strs[:help][cmd] else puts @strs[:help][:help_main] end puts @strs[:help][:tail] end end end
Version data entries
60 entries across 60 versions & 2 rubygems