# File lib/selenium/rspec/reporting/html_report.rb, line 17 17: def replace_placeholder_with_system_state_content(result, example) 18: result.gsub! PLACEHOLDER, logs_and_screenshot_sections(example) 19: end