Sha256: 017280e6587bcbf0b9090e0aa2e193e16bda78e44ac6997b260a05b3e05cbbe9
Contents?: true
Size: 229 Bytes
Versions: 11
Compression:
Stored size: 229 Bytes
Contents
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
11 entries across 11 versions & 1 rubygems