module Uia::Patterns::Table::Row
Public Instance Methods
items()
click to toggle source
# File lib/uia/patterns/table.rb, line 5 def items find_all(pattern: :table_item).each { |e| e.as :table_item } end
# File lib/uia/patterns/table.rb, line 5 def items find_all(pattern: :table_item).each { |e| e.as :table_item } end