Index (C)
»
Rivulet
»
CLI
»
Commands
»
Console
Class: Rivulet::CLI::Commands::Console
Inherits:
Dry::CLI::Command
Object
Dry::CLI::Command
Rivulet::CLI::Commands::Console
show all
Defined in:
lib/rivulet/cli/console.rb
Instance Method Summary
collapse
#
call
⇒ Object
Instance Method Details
#
call
⇒
Object
9 10 11
# File 'lib/rivulet/cli/console.rb', line 9
def
call
(
**
)
Rivulet
.
app
.
run_console
end