Class: Qt::HttpRequestHeader

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

Instance Method Summary collapse

Methods inherited from Base

#%, #&, #*, #**, #+, #-, #-@, #/, #<, #<<, #<=, #==, #>, #>=, #>>, #^, #methods, #protected_methods, #public_methods, q_classinfo, q_signal, q_slot, signals, #singleton_methods, slots, #|, #~

Instance Method Details

#method(*args) ⇒ Object



797
798
799
800
801
802
803
# File 'lib/qt/qtruby4.rb', line 797

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