# File lib/active_resource_response/custom_methods.rb, line 31
        def get(custom_method_name, options = {})
          result = self.origin_get(custom_method_name, options)
          if self.respond_to? :http_response_method
            result = self.wrap_result(result)
          end
          result
        end