class Qt::TreeWidgetItemIterator

Public Instance Methods

current() click to toggle source
# File lib/Qt/qtruby4.rb, line 2238
def current
  return send("operator*".to_sym)
end