class Playwright::CLI::Commands::Version

Public Instance Methods

call(*) click to toggle source
# File lib/playwright/cli/commands/version.rb, line 9
def call(*)
  puts VERSION
end