Sha256: eb6e5e712b6b6ec7416dd0fe9b6a99c131c041e9dc56e2394759a92a0d309c00
Contents?: true
Size: 186 Bytes
Versions: 32
Compression:
Stored size: 186 Bytes
Contents
# The root class for most (not all) WxRuby classes class Wx::Object # massage the output of inspect to show the public module name (Wx) def to_s super.sub('ruby2', '') end end
Version data entries
32 entries across 32 versions & 1 rubygems