class Playwright::CLI::Commands::Generate
Public Instance Methods
call(name:, expanded:, **)
click to toggle source
# File lib/playwright/cli/commands/generate.rb, line 18 def call(name:, expanded:, **) Command.run(name, type(expanded)) end
type(expanded)
click to toggle source
# File lib/playwright/cli/commands/generate.rb, line 22 def type expanded expanded ? :expanded : :simple end