Class: Parabot::Commands::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/parabot/commands/version.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
11
12
13
14
# 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