Module: TurboTest::Command
- Defined in:
- lib/turbo_test/command.rb,
lib/turbo_test/command/run.rb,
lib/turbo_test/command/top.rb,
lib/turbo_test/command/list.rb
Defined Under Namespace
Class Method Summary collapse
-
.call(*arguments) ⇒ Object
The main entry point for the ‘falcon` executable.
Class Method Details
.call(*arguments) ⇒ Object
The main entry point for the ‘falcon` executable.
12 13 14 |
# File 'lib/turbo_test/command.rb', line 12 def self.call(*arguments) Top.call(*arguments) end |