class RestShifter::Commands::Version

Public Class Methods

run(args=ARGV) click to toggle source
# File lib/rest_shifter/commands/version.rb, line 3
def run(args=ARGV)
  puts "rest_shifter version #{RestShifter::VERSION}"
end