Sha256: cbef60a39c264037156700fea590352efaeb34be40865e1f6d84981082596ff1

Contents?: true

Size: 449 Bytes

Versions: 7

Compression:

Stored size: 449 Bytes

Contents

# Copyright (c) 2023 M.J.N. Corino, The Netherlands
#
# This software is released under the MIT license.

# Constant extension loader for Wx::RTC

module Wx::RTC
  if !defined?(::WxGlobalConstants)
    def self.const_missing(sym)
      Wx.check_delayed_constant(self, sym)
      super
    end
  end
end

Dir.glob(File.join(File.dirname(__FILE__), 'ext', '*.rb')) do | fpath |
  require_relative './ext/' + File.basename(fpath)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wxruby3-0.9.7-x64-mingw-ucrt lib/wx/rtc/ext.rb
wxruby3-0.9.5-x64-mingw-ucrt lib/wx/rtc/ext.rb
wxruby3-0.9.4-x64-mingw-ucrt lib/wx/rtc/ext.rb
wxruby3-0.9.3-x64-mingw-ucrt lib/wx/rtc/ext.rb
wxruby3-0.9.2-x64-mingw-ucrt lib/wx/rtc/ext.rb
wxruby3-0.9.1-x64-mingw-ucrt lib/wx/rtc/ext.rb
wxruby3-0.9.0-x64-mingw-ucrt lib/wx/rtc/ext.rb