Class: Wx::Object

Inherits:
Object
  • Object
show all
Defined in:
lib/wx/classes/object.rb

Overview

The root class for most (not all) WxRuby classes

Instance Method Summary collapse

Instance Method Details

#to_sObject

massage the output of inspect to show the public module name (Wx)



4
5
6
# File 'lib/wx/classes/object.rb', line 4

def to_s
  super.sub('ruby2', '')
end