# File lib/active_resource_response/response_method.rb, line 51 def remove_response_method class << self undef :find alias :find :find_without_http_response undef :find_without_http_response undef :http_response_method undef :http_response_method= end end