Method: Command::Version#call

Defined in:
lib/command/version.rb

#callObject



14
15
16
# File 'lib/command/version.rb', line 14

def call
  puts Cpflow::VERSION
end