Method: Qt::Date#inspect
- Defined in:
- lib/Qt/qtruby4.rb
#inspect ⇒ Object
638 639 640 641 |
# File 'lib/Qt/qtruby4.rb', line 638 def inspect str = super str.sub(/>$/, " %s>" % toString) end |
638 639 640 641 |
# File 'lib/Qt/qtruby4.rb', line 638 def inspect str = super str.sub(/>$/, " %s>" % toString) end |