inline_base64(path)
private

No documentation available.

# File actionpack/lib/action_dispatch/system_testing/test_helpers/screenshot_helper.rb, line 139
          def inline_base64(path)
            Base64.strict_encode64(path)
          end