Top Level Namespace
Defined Under Namespace
Modules: Qt, QtDeclarative, QtScript, QtTest, QtUiTools, QtWebKit Classes: ActiveItemModel, ActiveTableModel, Module, MyFirstTest, Object, Proc, TestQtRuby, TreeItem
Constant Summary collapse
- QTBINDINGS_VERSION =
'4.6.3.1'
- QTBINDINGS_RELEASE_DATE =
'Tue Oct 12 20:10:40 -0600 2010'
Instance Method Summary collapse
Instance Method Details
#test(str) ⇒ Object
10 11 12 |
# File 'ext/ruby/qtruby/test/opoverloading.rb', line 10 def test(str) puts "#{str.ljust 25} => #{eval(str, $t)}" end |