for_id(id)
Creates a new selector for the given id.
# File actionview/lib/action_view/vendor/html-scanner/html/selector.rb, line 225 def for_id(id) self.new(["#?", id]) end