method
inline_base64
v6.0.0 -
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 83
def inline_base64(path)
Base64.strict_encode64(path)
end