Returns a new instance of ActorIter.
20 21 22 23
# File 'lib/clutter/actor-iter.rb', line 20 def initialize(root) super() init(root) end