Method: Qt::DBusArgument#inspect
- Defined in:
- lib/Qt/qtruby4.rb
#inspect ⇒ Object
727 728 729 730 |
# File 'lib/Qt/qtruby4.rb', line 727 def inspect str = super str.sub(/>$/, " currentSignature='%s', atEnd=%s>" % [currentSignature, atEnd]) end |