inherited
9 10 11 12
# File 'lib/jcf/cli/commands/version.rb', line 9 def call(*) require "jcf/version" out.puts "v#{JCF::VERSION}" end