# File lib/xpath.rb, line 34
  def attr(expression)
    Expression::Attribute.new(current, expression)
  end