module TurboTest::Command
Public Class Methods
call(*arguments)
click to toggle source
The main entry point for the `falcon` executable. @parameter arguments [Array(String)] The command line arguments.
# File lib/turbo_test/command.rb, line 29 def self.call(*arguments) Top.call(*arguments) end