Method: Qt::Date#inspect

Defined in:
lib/Qt/qtruby4.rb

#inspectObject



638
639
640
641
# File 'lib/Qt/qtruby4.rb', line 638

def inspect
	str = super
	str.sub(/>$/, " %s>" % toString)
end