Class: Geb::CLI::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/geb/commands/version.rb

Overview

Define version command

Instance Method Summary collapse

Instance Method Details

#callObject

Call method for the version command



25
26
27
28
29
30
# File 'lib/geb/commands/version.rb', line 25

def call(*)

  # Print the version
  puts "Geb version #{Geb::VERSION}"

end