Class: Playwright::CLI::Commands::Edit
- Inherits:
-
Hanami::CLI::Command
- Object
- Hanami::CLI::Command
- Playwright::CLI::Commands::Edit
- Defined in:
- lib/playwright/cli/commands/edit.rb,
lib/playwright/cli/commands/edit/command.rb
Defined Under Namespace
Classes: Command
Instance Method Summary collapse
Instance Method Details
#call(name: nil) ⇒ Object
17 18 19 |
# File 'lib/playwright/cli/commands/edit.rb', line 17 def call(name: nil, **) Command.run(name) end |