Class: Qt::Locale

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

Instance Method Summary collapse

Instance Method Details

#name(*args) ⇒ Object



1390
1391
1392
# File 'lib/Qt/qtruby4.rb', line 1390

def name(*args)
  method_missing(:name, *args)
end

#system(*args) ⇒ Object



1394
1395
1396
# File 'lib/Qt/qtruby4.rb', line 1394

def system(*args)
  method_missing(:system, *args)
end