# File lib/smart_proxy_abrt/abrt_lib.rb, line 168 def send_to_foreman foreman_report = create_foreman_report logger.debug "Sending #{foreman_report}" AbrtRequest.new.post_report(foreman_report.to_json) end