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