Class: AstroSubframeOrganizer::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- AstroSubframeOrganizer::Commands::Version
- Defined in:
- lib/astro_subframe_organizer/commands/version.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/astro_subframe_organizer/commands/version.rb', line 10 def call(*) puts AstroSubframeOrganizer::VERSION end |