-
Lyle Johnson authoredLyle Johnson authored
fox16.rb 180 B
if RUBY_PLATFORM =~ /(mswin|mingw)/i
require "#{RUBY_VERSION.sub(/\.\d+$/, '')}/fox16.so"
elsif RUBY_PLATFORM =~ /darwin/
require "fox16.bundle"
else
require "fox16.so"
end
Repositories are limited in size now to 1GB. If your repository exceeds this size, it will be automatically deleted.
If you'd like access to our CI/CD builders, please create an issue here.
if RUBY_PLATFORM =~ /(mswin|mingw)/i
require "#{RUBY_VERSION.sub(/\.\d+$/, '')}/fox16.so"
elsif RUBY_PLATFORM =~ /darwin/
require "fox16.bundle"
else
require "fox16.so"
end