Sha256: 7005e964534e1240cff02789ec349253eefced54fae492f095a608d2ebe66293

Contents?: true

Size: 494 Bytes

Versions: 10

Compression:

Stored size: 494 Bytes

Contents

if RUBY_PLATFORM =~ /(mswin|mingw)/i
  require "#{RUBY_VERSION.sub(/\.\d+$/, '')}/fox16_c.so"
elsif RUBY_PLATFORM =~ /darwin/
  require "fox16_c.bundle"
else
  require "fox16_c.so"
end

require "fox16/core"
require "fox16/dict"
require "fox16/settings"
require "fox16/iterators"
require "fox16/keys"
require "fox16/aliases"
require "fox16/responder2"
require "fox16/glgroup"
require "fox16/execute_nonmodal"
require "fox16/version"
require "fox16/kwargs"
require "fox16/exceptions_for_fxerror"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fxruby-1.6.28-x86-mingw32 lib/fox16.rb
fxruby-1.6.28-x64-mingw32 lib/fox16.rb
fxruby-1.6.28 lib/fox16.rb
fxruby-1.6.27-x86-mingw32 lib/fox16.rb
fxruby-1.6.27-x64-mingw32 lib/fox16.rb
fxruby-1.6.27 lib/fox16.rb
fxruby-1.6.26-x86-mingw32 lib/fox16.rb
fxruby-1.6.26 lib/fox16.rb
fxruby-1.6.26.pre1-x86-mingw32 lib/fox16.rb
fxruby-1.6.26.pre1 lib/fox16.rb