Sha256: af1a8b0626b0d40a00c838b61d4afed5da5ad66f0f27201486c98a3b6f4351a5
Contents?: true
Size: 434 Bytes
Versions: 19
Compression:
Stored size: 434 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
19 entries across 19 versions & 1 rubygems