Method: Qt::Size#inspect

Defined in:
lib/Qt/qtruby4.rb

#inspectObject



1785
1786
1787
1788
# File 'lib/Qt/qtruby4.rb', line 1785

def inspect
  str = super
  str.sub(/>$/, " width=%d, height=%d>" % [width, height])
end