Method: Qt::MetaObject#method

Defined in:
lib/Qt/qtruby4.rb

#method(*args) ⇒ Object



1447
1448
1449
1450
1451
1452
1453
# File 'lib/Qt/qtruby4.rb', line 1447

def method(*args)
  if args.length == 1 && args[0].kind_of?(Symbol)
    super(*args)
  else
    method_missing(:method, *args)
  end
end