Method: Qt::Variant#pretty_print
- Defined in:
- lib/Qt/qtruby4.rb
#pretty_print(pp) ⇒ Object
2401 2402 2403 2404 |
# File 'lib/Qt/qtruby4.rb', line 2401 def pretty_print(pp) str = to_s pp.text str.sub(/>$/, " typeName=%s>" % typeName) end |