Class: Qt::DBusArgument

Inherits:
Base
  • Object
show all
Defined in:
lib/Qt/qtruby4.rb

Instance Method Summary collapse

Instance Method Details

#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

#pretty_print(pp) ⇒ Object



732
733
734
735
# File 'lib/Qt/qtruby4.rb', line 732

def pretty_print(pp)
  str = to_s
  pp.text str.sub(/>$/, " currentSignature='%s, atEnd=%s'>" % [currentSignature, atEnd])
end