Method: ResponseMate::CLI#version

Defined in:
lib/response_mate/cli.rb

#versionObject



29
30
31
# File 'lib/response_mate/cli.rb', line 29

def version
  puts "response_mate version #{ResponseMate::VERSION}"
end