Method: Qt::Date#inspect

Defined in:
lib/Qt/qtruby4.rb

#inspectObject



675
676
677
678
# File 'lib/Qt/qtruby4.rb', line 675

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