# File 'lib/parabot/commands/version.rb', line 8
def call(**)
puts "Parabot Ruby CLI v#{Parabot::VERSION}"
puts "A modern Ruby implementation of the Parabot TDD assistant"
puts
puts "Ruby version: #{RUBY_VERSION}"
puts "Platform: #{RUBY_PLATFORM}"
end
|