File: unf_ext.rb

package info (click to toggle)
ruby-unf-ext 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,128 kB
  • sloc: cpp: 14,043; ruby: 74; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (6)
1
2
3
4
5
begin
  require "#{RUBY_VERSION[/\A[0-9]+\.[0-9]+/]}/unf_ext.so"
rescue LoadError
  require "unf_ext.so"
end