Libraries
»
page_object
(1.1.3)
»
Index
»
PageObject
»
SectionCollection
»
#each
Method: PageObject::SectionCollection#each
Defined in:
lib/page-object/sections.rb
#
each
(&block) ⇒
Object
9 10 11
# File 'lib/page-object/sections.rb', line 9
def
each
&
block
@sections
.
each
&
block
end