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
23 24 25 |
# File 'lib/everywhere/cli.rb', line 23 def call(**) puts "ruby_everywhere #{Everywhere::VERSION}" end |