Sha256: e46fb1631fe301c4ac229d096438eab54c2435f80067d642f1ed8f49dd9292be
Contents?: true
Size: 454 Bytes
Versions: 7
Compression:
Stored size: 454 Bytes
Contents
# Copyright (c) 2023 M.J.N. Corino, The Netherlands # # This software is released under the MIT license. # # Some parts are # Copyright 2004-2007, wxRuby development team # released under the MIT-like wxRuby2 license module Wx class PlatformInfo # make all methods of the singleton accessible through the class def self.method_missing(sym, *args) Wx::PlatformInfo.instance.__send__(sym, *args) end end end
Version data entries
7 entries across 7 versions & 1 rubygems