Class: Ralph::CLI::Version

Inherits:
Hanami::CLI::Command
  • Object
show all
Defined in:
lib/ralph/cli/commands/version.rb

Instance Method Summary collapse

Instance Method Details

#callObject



3
4
5
# File 'lib/ralph/cli/commands/version.rb', line 3

def call(*)
  puts Ralph::CLI::VERSION
end