Class: Soaring::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/soaring/cli.rb

Class Method Summary collapse

Class Method Details

.start(argv) ⇒ Object



3
4
5
# File 'lib/soaring/cli.rb', line 3

def self.start(argv)
  puts "Started with the following args <#{argv}>"
end