Method: Cline::Command#version

Defined in:
lib/cline/command.rb

#versionObject



121
122
123
# File 'lib/cline/command.rb', line 121

def version
  puts "cline version #{Cline::VERSION}"
end