Class: Axle::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/axle/cli.rb

Instance Method Summary collapse

Instance Method Details

#versionObject



11
12
13
# File 'lib/axle/cli.rb', line 11

def version
	puts "Axle #{Axle::VERSION}"
end