class Reactor::ResponseHandler::String

Public Instance Methods

get(response, string) click to toggle source
Calls superclass method Reactor::ResponseHandler::Base#get
# File lib/reactor/tools/response_handler/string.rb, line 9
def get(response, string)
  super(response, string)

  self.response.xpath(string)
end