Method: Qt::DateTime#inspect
- Defined in:
- lib/Qt/qtruby4.rb
#inspect ⇒ Object
715 716 717 718 |
# File 'lib/Qt/qtruby4.rb', line 715 def inspect str = super str.sub(/>$/, " %s>" % toString) end |
715 716 717 718 |
# File 'lib/Qt/qtruby4.rb', line 715 def inspect str = super str.sub(/>$/, " %s>" % toString) end |