Top level CLI class
Print the gem version to stdout.
default_task, map, subcommand
Returns:
34 35 36
# File 'lib/arfi/cli.rb', line 34 def version $stdout.write(Arfi::VERSION, "\n") end