# File lib/xpath.rb, line 30
  def anywhere(expression)
    Expression::Anywhere.new(expression)
  end