class RSpec::Core::Invocations::PrintVersion

@private

def call(_options, _err, out)

def call(_options, _err, out)
  out.puts RSpec::Core::Version::STRING
  0
end