Method: Qt::ModelIndex#inspect
- Defined in:
- lib/Qt/qtruby4.rb
#inspect ⇒ Object
1772 1773 1774 1775 |
# File 'lib/Qt/qtruby4.rb', line 1772 def inspect str = super str.sub(/>$/, " valid?=%s, row=%s, column=%s>" % [valid?, row, column]) end |