Class: RestShifter::Commands::Version

Inherits:
Object
  • Object
show all
Defined in:
lib/rest_shifter/commands/version.rb

Class Method Summary collapse

Class Method Details

.run(args = ARGV) ⇒ Object



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

def run(args=ARGV)
  puts "rest_shifter version #{RestShifter::VERSION}"
end