Method: Qt::Point#inspect
- Defined in:
- lib/Qt/qtruby4.rb
#inspect ⇒ Object
1609 1610 1611 1612 |
# File 'lib/Qt/qtruby4.rb', line 1609 def inspect str = super str.sub(/>$/, " x=%d, y=%d>" % [self.x, self.y]) end |
1609 1610 1611 1612 |
# File 'lib/Qt/qtruby4.rb', line 1609 def inspect str = super str.sub(/>$/, " x=%d, y=%d>" % [self.x, self.y]) end |