Sha256: aae1c744e023016213dfb6d71d54db0c8fc16aa736c8fd62d2444aa43e188b71
Contents?: true
Size: 125 Bytes
Versions: 1
Compression:
Stored size: 125 Bytes
Contents
module Soaring class CLI def self.start(argv) puts "Started with the following args <#{argv}>" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
soaring-0.0.2 | lib/soaring/cli.rb |