# File lib/html/selector.rb, line 225
225:       def for_id(id)
226:         self.new(["#?", id])
227:       end