class Ferrum::Page::Event
Public Instance Methods
iteration()
click to toggle source
# File lib/ferrum/page.rb, line 20 def iteration synchronize { @iteration } end
reset()
click to toggle source
# File lib/ferrum/page.rb, line 24 def reset synchronize do @iteration += 1 @set = false if @set @iteration end end