Class: Twenty::Command::Console
- Inherits:
-
Twenty::Command
- Object
- Cmd
- Twenty::Command
- Twenty::Command::Console
- Defined in:
- lib/twenty/cli/command/console.rb
Constant Summary
Constants included from Hook::RequireMigration
Constants included from Hook::Rescue
Hook::Rescue::FRAME_MAX, Hook::Rescue::INDENT_BY
Instance Method Summary collapse
Methods included from Option::Database
Instance Method Details
#run ⇒ Object
19 20 21 22 |
# File 'lib/twenty/cli/command/console.rb', line 19 def run = (argv) run_command() end |