Method: Qt::DateTime#inspect

Defined in:
lib/Qt/qtruby4.rb

#inspectObject



715
716
717
718
# File 'lib/Qt/qtruby4.rb', line 715

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