blob: c0e87b761991fcdf9cf685a8600fa586bc7a8c95 (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env ruby
# Print the currently installed ruby2ruby version to stdout.
#
# This script exists soley for the convenience of the package maintainer.
require 'ruby2ruby'
puts("Ruby2Ruby::VERSION is #{Ruby2Ruby::VERSION}")
|