# frozen_string_literal: true module Onebox module Engine module OpengraphImage def to_html og = get_opengraph "" end end end end