Class: Qt::Url

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

Instance Method Summary collapse

Instance Method Details

#inspect ⇒ Object



2244
2245
2246
2247
# File 'lib/Qt/qtruby4.rb', line 2244

def inspect
  str = super
  str.sub(/>$/, " url=%s>" % toString)
end

#pretty_print(pp) ⇒ Object



2249
2250
2251
2252
# File 'lib/Qt/qtruby4.rb', line 2249

def pretty_print(pp)
  str = to_s
  pp.text str.sub(/>$/, " url=%s>" % toString)
end