Method: Wx::Object#to_s

Defined in:
lib/wx/classes/object.rb

#to_sObject

Massage the output of inspect to show the public module name (Wx), instead of the internal name (Wxruby2)



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

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