class Playwright::CLI::Commands::Edit

Public Instance Methods

call(name: nil, **) click to toggle source
# File lib/playwright/cli/commands/edit.rb, line 17
def call(name: nil, **)
  Command.run(name)
end