Class: Everywhere::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Everywhere::Commands::Version
- Defined in:
- lib/everywhere/cli.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
22 23 24 |
# File 'lib/everywhere/cli.rb', line 22 def call(**) puts "ruby_everywhere #{Everywhere::VERSION}" end |