Sha256: dc52e1fc6a91fe7d7a4d2a884484e22ce2a823e7c96695c7c9b80b95b4b69e4f
Contents?: true
Size: 398 Bytes
Versions: 11
Compression:
Stored size: 398 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), # instead of the internal name (Wxruby2) # def to_s # super.sub('ruby2', '') # end # Returns a string containing the C++ pointer address of this # object. Only useful for debugging. def ptr_addr Wx::ptr_addr(self) end end
Version data entries
11 entries across 11 versions & 1 rubygems