Sha256: 37351e4300bde5d47af80ebd080d2f0e5580df4b9f2bf277bb7dea84d69f6406
Contents?: true
Size: 216 Bytes
Versions: 9
Compression:
Stored size: 216 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
9 entries across 9 versions & 1 rubygems