Top Level Namespace

Defined Under Namespace

Modules: Xpath

Instance Method Summary collapse

Instance Method Details

#contain_a(page_part) ⇒ Object Also known as: contain_an, contain_the



68
69
70
# File 'lib/xpath/specs/contain_a_matcher.rb', line 68

def contain_a(page_part)
  Xpath::Specs::ContainA.new(page_part)
end