File: ruby-tests.rb

package info (click to toggle)
ruby-tidy 1.1.2%2Bgem2deb-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 172 kB
  • sloc: ruby: 236; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
require 'rbconfig'
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
exec("#{ruby} -I. test/usage.rb")