Sha256: e0971cccfee13c3b3208c17a1f8e35f4e42bdb9d3086546efcc42f3d4b7c55c5
Contents?: true
Size: 387 Bytes
Versions: 11
Compression:
Stored size: 387 Bytes
Contents
# Constant extension loader for Wx::RTC # Copyright (c) M.J.N. Corino, The Netherlands 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
11 entries across 11 versions & 1 rubygems