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