class Playwright::CLI::Commands::Destroy
Public Instance Methods
call(name: nil, **)
click to toggle source
# File lib/playwright/cli/commands/destroy.rb, line 17 def call(name: nil, **) Command.run(name) end