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