Method: FTest::CLI.run

Defined in:
lib/ftest/cli.rb

.run(argv) ⇒ Object



5
6
7
8
# File 'lib/ftest/cli.rb', line 5

def self.run argv
  instance = new argv, $stdout
  instance.()
end