# File lib/xpath/html.rb, line 76
    def option(name)
      descendant(:option)[string.n.is(name)]
    end