Skip to content
Snippets Groups Projects
fox16.rb 494 B
Newer Older
  • Learn to ignore specific revisions
  • if RUBY_PLATFORM =~ /(mswin|mingw)/i
    
      require "#{RUBY_VERSION.sub(/\.\d+$/, '')}/fox16_c.so"
    
    elsif RUBY_PLATFORM =~ /darwin/
    
    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"