1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Fix doc on result[ci skip]

This commit is contained in:
colorbox 2018-11-01 01:07:25 +09:00
parent acbc17add6
commit abd7919191

View file

@ -7,7 +7,7 @@ module Capybara
# A {Capybara::Result} represents a collection of {Capybara::Node::Element} on the page. It is possible to interact with this
# collection similar to an Array because it implements Enumerable and offers the following Array methods through delegation:
#
# * []
# * \[\]
# * each()
# * at()
# * size()