lib/axlsx/drawing/hyperlink.rb in axlsx-1.0.16 vs lib/axlsx/drawing/hyperlink.rb in axlsx-1.0.17
- old
+ new
@@ -1,5 +1,5 @@
-# -*- coding: utf-8 -*-
+# encoding: UTF-8
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
# @see {file:README} README
class Hyperlink