Class: Qt::HttpRequestHeader

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

Instance Method Summary collapse

Instance Method Details

#method(*args) ⇒ Object



1228
1229
1230
1231
1232
1233
1234
# File 'lib/Qt/qtruby4.rb', line 1228

def method(*args)
  if args.length == 1
    super(*args)
  else
    method_missing(:method, *args)
  end
end