diff options
Diffstat (limited to 'lib/axlsx/drawing/hyperlink.rb')
| -rw-r--r-- | lib/axlsx/drawing/hyperlink.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/axlsx/drawing/hyperlink.rb b/lib/axlsx/drawing/hyperlink.rb index 4d3b343d..1fd7fdd4 100644 --- a/lib/axlsx/drawing/hyperlink.rb +++ b/lib/axlsx/drawing/hyperlink.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Axlsx # a hyperlink object adds an action to an image when clicked so that when the image is clicked the link is fecthed. # @note using the hyperlink option when calling add_image on a drawing object is the recommended way to manage hyperlinks |
