Class: Everywhere::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/everywhere/cli.rb

Instance Method Summary collapse

Instance Method Details

#callObject



27
28
29
# File 'lib/everywhere/cli.rb', line 27

def call(**)
  puts "ruby_everywhere #{Everywhere::VERSION}"
end