method
inline_base64
v7.1.3.2 -
Show latest stable
- Class:
ActionDispatch::SystemTesting::TestHelpers::ScreenshotHelper
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