class XPath::Renderer

def where(on, condition)

def where(on, condition)
  "#{on}[#{condition}]"
end