Class: Playwright::CLI::Commands::Version

Inherits:
Hanami::CLI::Command
  • Object
show all
Defined in:
lib/playwright/cli/commands/version.rb

Instance Method Summary collapse

Instance Method Details

#callObject



9
10
11
# File 'lib/playwright/cli/commands/version.rb', line 9

def call(*)
  puts VERSION
end